diff --git a/CHANGELOG b/CHANGELOG
index 491e58e7b..e0d0cd361 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-1.0.5 (2017-02-18)
+
+ * Fixed #153: Sidebar flows out of constrained area in Chrome 56
+ * Fixed #159: Footer jitter due to JavaScript if content is short
+
mkdocs-material-1.0.4 (2017-02-16)
* Fixed #142: Documentation build errors if h1 is defined as raw HTML
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c0ede00c8..8157cdd97 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -17,6 +17,14 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
+### 1.0.5 _ February 18, 2017
+
+* Fixed [#153][153]: Sidebar flows out of constrained area in Chrome 56
+* Fixed [#159][159]: Footer jitter due to JavaScript if content is short
+
+ [153]: https://github.com/squidfunk/mkdocs-material/issues/153
+ [159]: https://github.com/squidfunk/mkdocs-material/issues/159
+
### 1.0.4 _ February 16, 2017
* Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML
diff --git a/material/base.html b/material/base.html
index b2692c441..33c137f98 100644
--- a/material/base.html
+++ b/material/base.html
@@ -19,7 +19,7 @@
{% else %}
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.title %}
diff --git a/package.json b/package.json
index 5f4efd585..d013517ae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",