diff --git a/CHANGELOG b/CHANGELOG
index efb7d71ae..79a37cc7c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+mkdocs-material-9.0.7 (2023-01-28)
+
+ * Improved accessibility of sidebar navigation
+ * Moved all translations into community edition
+ * Updated Polish and Portuguese (Brasilian) translations
+ * Fixed info plugin terminating on subsequent reload when serving
+ * Fixed #4910: Sidebar navigation labels have invalid ARIA roles
+ * Fixed #4884: Search query terms can't be separated by colons
+
mkdocs-material-9.0.6+insiders-4.29.0 (2023-01-21)
* Added built-in optimize plugin for automatically compressing images
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 2a1ff4629..1500d8467 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,15 @@
## Material for MkDocs
+### 9.0.7 January 28, 2023 { id="9.0.7" }
+
+- Improved accessibility of sidebar navigation
+- Moved all translations into community edition
+- Updated Polish and Portuguese (Brasilian) translations
+- Fixed info plugin terminating on subsequent reload when serving
+- Fixed #4910: Sidebar navigation labels have invalid ARIA roles
+- Fixed #4884: Search query terms can't be separated by colons
+
### 9.0.6 January 19, 2023 { id="9.0.6" }
- Fixed #4883: Automatically disable info plugin when serving
diff --git a/material/base.html b/material/base.html
index fb8df4b5d..94b2463af 100644
--- a/material/base.html
+++ b/material/base.html
@@ -28,7 +28,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 7f8fb2cd8..4e5308f79 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.0.6",
+ "version": "9.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.0.6",
+ "version": "9.0.7",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 161402d5c..20808e205 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.0.6",
+ "version": "9.0.7",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",