diff --git a/CHANGELOG b/CHANGELOG
index ed0829330..d6b9c2206 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)
+
+ * Fixed #5946: Docker image missing pngquant for optimize plugin
+
+mkdocs-material-9.2.7 (2023-09-02)
+
+ * Switched dependencies to compatible release clauses
+ * Removed readtime and lxml dependencies for blog plugin
+ * Reduced size of Docker image to improve CI build performance
+ * Fixed #5945: Incorrect footer navigation for sibling pages of blog
+ * Fixed #5939: Page jumps when changing color palette (Firefox 117)
+ * Fixed #5901: Announcement bar reappears when using instant loading
+ * Fixed #5824: Allow to customize styles of sequence diagrams
+
mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)
* Added configurable error handling capabilities for social plugin
@@ -160,24 +174,6 @@ mkdocs-material-9.1.18+insiders-4.37.0 (2023-07-07)
* Fixed jumping of content tabs anchor links when instant loading is enabled
* Fixed #5676: Optimize plugin doesn't check for pngquant
-mkdocs-material-9.2.0 (2023-07-06)
-
- * Added blogging support via built-in blog plugin
- * Added Chinese language support to built-in search plugin
- * Added support for annotations (outside of code blocks)
- * Added support for navigation icons
- * Added support for navigation pruning
- * Added support for navigation status
- * Added support for customizing site icons
- * Improved rendering of (code) annotation markers
- * Improved print styles for (code) annotations
- * Improved customizability of navigation tabs
- * Removed Universal Analytics integration
- * Removed ancient polyfills to reduce size of bundled JavaScript by 20%
- * Removed necessity for Array.flat and Array.flatMap polyfill
- * Removed announcement bar button when JavaScript is not available
- * Automatically download ResizeObserver polyfill when necessary
-
mkdocs-material-9.1.18 (2023-07-03)
* Updated Danish translations
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 6c563332a..31876ac2b 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,16 @@
## Material for MkDocs
+### 9.2.7 September 2, 2023 { id="9.2.7" }
+
+- Switched dependencies to compatible release clauses
+- Removed `readtime` and `lxml` dependencies for blog plugin
+- Reduced size of Docker image to improve CI build performance
+- Fixed #5945: Incorrect footer navigation for sibling pages of blog
+- Fixed #5939: Page jumps when changing color palette (Firefox 117)
+- Fixed #5901: Announcement bar reappears when using instant loading
+- Fixed #5824: Allow to customize styles of sequence diagrams
+
### 9.2.6 August 31, 2023 { id="9.2.6" }
- Added Basque translations
diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md
index 295d976d7..ddff53a51 100644
--- a/docs/insiders/changelog.md
+++ b/docs/insiders/changelog.md
@@ -2,6 +2,10 @@
## Material for MkDocs Insiders
+### 4.40.3 September 2, 2023 { id="4.40.3" }
+
+- Fixed #5946: Docker image missing pngquant for optimize plugin
+
### 4.40.2 August 31, 2023 { id="4.40.2" }
- Added configurable error handling capabilities for social plugin
diff --git a/material/base.html b/material/base.html
index 080280aef..00069822d 100644
--- a/material/base.html
+++ b/material/base.html
@@ -32,7 +32,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index d271a7c99..07f2d9937 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.2.6",
+ "version": "9.2.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.2.6",
+ "version": "9.2.7",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index 21001beb7..3979608f4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.2.6",
+ "version": "9.2.7",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",