diff --git a/CHANGELOG b/CHANGELOG
index 10745c4c2..bd520b380 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-8.3.6 (2022-06-16)
+
+ * Fixed #4028: Links not clickable when using versioning (8.3.5 regression)
+
mkdocs-material-8.3.5+insiders-4.18.1 (2022-06-14)
* Fixed #3990: Chinese search highlighting not working on non-boundaries
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index ad1aa93ec..0ea6e8d82 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,6 +6,10 @@ template: overrides/main.html
## Material for MkDocs
+### 8.3.6 _ June 16, 2022 { id="8.3.6" }
+
+- Fixed #4028: Links not clickable when using versioning (8.3.5 regression)
+
### 8.3.5 _ June 14, 2022 { id="8.3.5" }
- Fixed #4012: Stay on page not working for alias of active version
diff --git a/material/base.html b/material/base.html
index 30c30f02c..799fe08f3 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 053dc2f5a..95fb1cbb5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.3.5",
+ "version": "8.3.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.3.5",
+ "version": "8.3.6",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 9aba9a9bd..3d4a31625 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.3.5",
+ "version": "8.3.6",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",