diff --git a/CHANGELOG b/CHANGELOG
index 2f92a7115..8127957fd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-8.3.9 (2022-07-04)
+
+ * Updated Taiwanese translations for search
+ * Allow ids for content tabs with special characters (for mkdocstrings)
+ * Fixed #4083: home not clickable when using versioning (8.3.5 regression)
+
mkdocs-material-8.3.8+insiders-4.19.1 (2022-06-25)
* Added mkdocs-git-committers-plugin to Dockerfile
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index ce6adc4c5..5ed0bd07a 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,6 +6,12 @@ template: overrides/main.html
## Material for MkDocs
+### 8.3.9 _ July 4, 2022 { id="8.3.9" }
+
+- Updated Taiwanese translations for search
+- Allow ids for content tabs with special characters (for mkdocstrings)
+- Fixed #4083: home not clickable when using versioning (8.3.5 regression)
+
### 8.3.8 _ June 24, 2022 { id="8.3.8" }
- Fixed #4053: Limit width of videos to content area
diff --git a/material/base.html b/material/base.html
index a26e2871f..324ae1dfa 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 5e7bf5ac7..cc9c23077 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.3.8",
+ "version": "8.3.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.3.8",
+ "version": "8.3.9",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index cd704fc5f..cfb2e99f1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.3.8",
+ "version": "8.3.9",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",