diff --git a/CHANGELOG b/CHANGELOG
index f2d578442..d1c0be83e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,10 @@
-Unreleased
+mkdocs-material-8.2.9 (2022-04-08)
- * Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
* Mitigate flicker on color palette switch by disabling all transitions
+ * Fixed search suggestions not triggered when following deep link
+ * Fixed incorrectly computed header height when using instant loading
+ * Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
+ * Fixed #3802: Always render table of contents container (except when hidden)
mkdocs-material-8.2.8+insiders-4.12.0 (2022-03-27)
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 833855f08..7ac9c2b21 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,6 +6,14 @@ template: overrides/main.html
## Material for MkDocs
+### 8.2.9 _ April 8, 2022 { id="8.2.9" }
+
+- Mitigate flicker on color palette switch by disabling all transitions
+- Fixed search suggestions not triggered when following deep link
+- Fixed incorrectly computed header height when using instant loading
+- Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
+- Fixed #3802: Always render table of contents container (except when hidden)
+
### 8.2.8 _ March 27, 2022 { id="8.2.8" }
- Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
diff --git a/material/base.html b/material/base.html
index 775863f14..0f21ff262 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index b02035625..96335a0bb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.2.8",
+ "version": "8.2.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.2.8",
+ "version": "8.2.9",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 3bf744bf7..66e619003 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.2.8",
+ "version": "8.2.9",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",