diff --git a/CHANGELOG b/CHANGELOG
index 33f3d4731..ed0829330 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)
+
+ * Added configurable error handling capabilities for social plugin
+ * Fixed #5922: Blog plugin shows no posts when building a standalone blog
+ * Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression)
+ * Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression)
+
+mkdocs-material-9-2.6 (2023-08-31)
+
+ * Added Basque translations
+ * Added template for simple redirects
+ * Improved blog plugin interop by moving view generation to on_files
+ * Fixed #5924: Social plugin still checks dependencies when disabled
+ * Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)
+
mkdocs-material-9-2.5+insiders-4.40.1 (2023-08-27)
* Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 11731736a..6c563332a 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,14 @@
## Material for MkDocs
+### 9.2.6 August 31, 2023 { id="9.2.6" }
+
+- Added Basque translations
+- Added template for simple redirects
+- Improved blog plugin interop by moving view generation to `on_files`
+- Fixed #5924: Social plugin still checks dependencies when disabled
+- Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)
+
### 9.2.5 August 27, 2023 { id="9.2.5" }
- Fixed error in dirty serve mode when using blog plugin
diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md
index 25a7171e9..295d976d7 100644
--- a/docs/insiders/changelog.md
+++ b/docs/insiders/changelog.md
@@ -2,6 +2,13 @@
## Material for MkDocs Insiders
+### 4.40.2 August 31, 2023 { id="4.40.2" }
+
+- Added configurable error handling capabilities for social plugin
+- Fixed #5922: Blog plugin shows no posts when building a standalone blog
+- Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression)
+- Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression)
+
### 4.40.1 August 27, 2023 { id="4.40.1" }
- Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
diff --git a/material/base.html b/material/base.html
index 0cf6881ea..197971c60 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 9302b40bd..d271a7c99 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.2.5",
+ "version": "9.2.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.2.5",
+ "version": "9.2.6",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index 29977fb9f..21001beb7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.2.5",
+ "version": "9.2.6",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",