diff --git a/CHANGELOG b/CHANGELOG
index 859cf1d35..7222766d0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+mkdocs-material 4.6.1 (2020-02-08)
+
+ * Fixed #1324: Metadata author only rendering first character
+ * Fixed #1393: Set tabindex to 0 for skip to content link
+ * Fixed code blocks after Markdown 3.2 release
+ * Fixed errors in Japanese translations
+ * Improved Google Lighthouse score
+
mkdocs-material 4.6.0 (2019-12-11)
* Added support for mkdocs-git-revision-date-localized-plugin
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c770379ff..6c24449cb 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -64,6 +64,14 @@ pip show mkdocs-material
## Changelog
+### 4.6.1 _ February 8, 2020
+
+* Fixed #1324: Metadata author only rendering first character
+* Fixed #1393: Set `tabindex` to `0` for skip to content link
+* Fixed code blocks after Markdown 3.2 release
+* Fixed errors in Japanese translations
+* Improved Google Lighthouse score
+
### 4.6.0 _ December 11, 2019
* Added support for [mkdocs-git-revision-date-localized-plugin][3]
diff --git a/material/base.html b/material/base.html
index 456a059eb..5f6cf0067 100644
--- a/material/base.html
+++ b/material/base.html
@@ -44,7 +44,7 @@
{% endfor %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
diff --git a/package.json b/package.json
index 63bd5dcfc..8479aad4f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "4.6.0",
+ "version": "4.6.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",