diff --git a/CHANGELOG b/CHANGELOG
index 6aa02a040..71a22690e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-8.5.3 (2022-09-20)
+
+ * Fixed build error when enabling cookie consent without analytics
+ * Fixed #4381: Code blocks render ligatures for some fonts
+
mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18)
* Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax
@@ -8,7 +13,7 @@ mkdocs-material-8.5.2 (2022-09-18)
* Updated Mermaid.js to version 9.1.7
* Fixed overly large headlines in search results (8.5.0 regression)
* Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
- * Fixed #4356: GitHub repository statistics fetched before consent
+ * Fixed #4356: GitHub repository statistics fetched before cookie consent
mkdocs-material-8.5.1 (2022-09-15)
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index aef8869a5..759d26bc9 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,12 +6,17 @@ template: overrides/main.html
## Material for MkDocs
+### 8.5.3 _ September 20, 2022 { id="8.5.3" }
+
+- Fixed build error when enabling cookie consent without analytics
+- Fixed #4381: Code blocks render ligatures for some fonts
+
### 8.5.2 _ September 18, 2022 { id="8.5.2" }
- Updated Mermaid.js to version 9.1.7
- Fixed overly large headlines in search results (8.5.0 regression)
- Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
-- Fixed #4356: GitHub repository statistics fetched before consent
+- Fixed #4356: GitHub repository statistics fetched before cookie consent
### 8.5.1 _ September 15, 2022 { id="8.5.1" }
diff --git a/material/base.html b/material/base.html
index 8f888c335..dfac4fc55 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 077ed3703..ca778dd00 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.5.2",
+ "version": "8.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.5.2",
+ "version": "8.5.3",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index f8c16650b..0dbf8b7d1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.5.2",
+ "version": "8.5.3",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",