diff --git a/CHANGELOG b/CHANGELOG
index 6158ef729..75c4bfce6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-9.1.12 (2023-05-12)
+
+ * Updated Bengali (Bengal) translations
+ * Fixed #5503: Docker image publish errors on uppercase characters
+ * Fixed #5407: Auto-pause media when in hidden content tabs
+
mkdocs-material-9.1.11+insiders-4.33.1 (2023-05-09)
* Added support for SVG background images in social plugin
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index fc4bfb572..5dc10c37e 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,12 @@
## Material for MkDocs
+### 9.1.12 May 12, 2023 { id="9.1.12" }
+
+- Updated Bengali (Bengal) translations
+- Fixed #5503: Docker image publish errors on uppercase characters
+- Fixed #5407: Auto-pause media when in hidden content tabs
+
### 9.1.11 May 8, 2023 { id="9.1.11" }
- Fixed #5487: Social plugin crashes without options (9.1.10 regression)
diff --git a/material/base.html b/material/base.html
index 913ddea8b..4b87e613c 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 f7582beee..9a687d9a9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.1.11",
+ "version": "9.1.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.1.11",
+ "version": "9.1.12",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 59d25f691..a96c5721b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.1.11",
+ "version": "9.1.12",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",