diff --git a/CHANGELOG b/CHANGELOG
index bf22378a6..29b5588b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,9 @@
-mkdocs-material-9.x.x
+mkdocs-material-9.0.1 (2022-01-03)
- * Removed pipdeptree dependency for info plugin
+ * Removed pipdeptree dependency for built-in info plugin
* Fixed appearance of linked tags when hovered (9.0.0 regression)
* Fixed #4810: Abbreviations run out of screen on touch devices
+ * Fixed #4813: View source and edit button links are the same
mkdocs-material-9.0.0 (2023-01-02)
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 42bb5e01e..3c73378b2 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,13 @@
## Material for MkDocs
+### 9.0.1 January 3, 2023 { id="9.0.1" }
+
+- Removed pipdeptree dependency for built-in info plugin
+- Fixed appearance of linked tags when hovered (9.0.0 regression)
+- Fixed #4810: Abbreviations run out of screen on touch devices
+- Fixed #4813: View source and edit button links are the same
+
### 9.0.0 January 2, 2023 { id="9.0.0" }
__Additions and improvements__
diff --git a/material/base.html b/material/base.html
index 9d709900d..cd4593d1d 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 76a54c032..41784a4d8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.0.0",
+ "version": "9.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.0.0",
+ "version": "9.0.1",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 002612085..4d7342126 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.0.0",
+ "version": "9.0.1",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",