diff --git a/CHANGELOG b/CHANGELOG
index 69e69933a..b702a51b3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
mkdocs-material-9.0.13 (2023-02-18)
* Updated Uzbek translations
+ * Switched back to pre-9.0.0 headline detection in content partial
* Fixed #5062: Version warning not readable when using slate scheme
* Fixed #5061: Improved discernibility of table row hover color
* Fixed #5034: Sequence actors in Mermaid diagrams not color-abiding
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 5eb15fc1f..9bbd86c66 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,15 @@
## Material for MkDocs
+### 9.0.13 February 18, 2023 { id="9.0.13" }
+
+- Updated Uzbek translations
+- Switched back to pre-9.0.0 headline detection in `content` partial
+- Fixed #5062: Version warning not readable when using slate scheme
+- Fixed #5061: Improved discernibility of table row hover color
+- Fixed #5034: Sequence actors in Mermaid diagrams not color-abiding
+- Fixed #4919: Allow to hide version warning in multiple versions
+
### 9.0.12 February 9, 2023 { id="9.0.12" }
- Updated Catalan translations
diff --git a/material/base.html b/material/base.html
index 10501c097..85f35e241 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 aaa9c2fba..b945f2d71 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.0.12",
+ "version": "9.0.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.0.12",
+ "version": "9.0.13",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 9ca23e0f5..c0ceceab6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.0.12",
+ "version": "9.0.13",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",