diff --git a/CHANGELOG b/CHANGELOG
index 2588f96f8..b3d9afad3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-4.4.3 (2019-10-03)
+
+ * Added Estonian translations
+ * Fixed removal of copyright banners in minified JavaScript
+ * Removed unnecessary title attributes from links in table of contents
+
mkdocs-material-4.4.2 (2019-08-27)
* Added Afrikaans translations
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 45e45bd8a..752ba3067 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -64,6 +64,12 @@ pip show mkdocs-material
## Changelog
+### 4.4.3 _ October 3, 2019
+
+* Added Estonian translations
+* Fixed removal of copyright banners in minified JavaScript
+* Removed unnecessary title attributes from links in table of contents
+
### 4.4.2 _ August 27, 2019
* Added Afrikaans translations
diff --git a/material/base.html b/material/base.html
index 1f15437d5..87f89d211 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 4850749ec..71e0f14f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "4.4.2",
+ "version": "4.4.3",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",