diff --git a/CHANGELOG b/CHANGELOG
index 405ecaab8..743c2d157 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-mkdocs-material-2.x.x (2017-xx-xx)
+mkdocs-material-2.0.2 (2017-11-01)
* Added Russian translations
* Fixed #542: Horizontal scrollbar between 1220px and 1234px
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c79eca3be..03b39074a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,23 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
-# Version 2.0.1
+# Version 2.0.2
```
## Changelog
+### 2.0.2 _ November 1, 2017
+
+* Added Russian translations
+* Fixed [#542][542]: Horizontal scrollbar between `1220px` and `1234px`
+* Fixed [#553][553]: Metadata values only rendering first character
+* Fixed [#558][558]: Flash of unstyled content
+* Fixed favicon regression caused by deprecation upstream
+
+ [542]: https://github.com/squidfunk/mkdocs-material/issues/542
+ [553]: https://github.com/squidfunk/mkdocs-material/issues/553
+ [558]: https://github.com/squidfunk/mkdocs-material/issues/558
+
### 2.0.1 _ October 31, 2017
* Fixed error when initializing search
diff --git a/material/base.html b/material/base.html
index 041b3b280..c32c543c7 100644
--- a/material/base.html
+++ b/material/base.html
@@ -34,7 +34,7 @@
{% endfor %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
diff --git a/package.json b/package.json
index e309046b8..b1c7f0e8f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",