diff --git a/CHANGELOG b/CHANGELOG
index cc8e1d408..66909ac86 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+mkdocs-material-1.4.0 (2017-16-03)
+
+ * Added support for grouping searched sections by documents
+ * Added support for localization of search results
+ * Fixed #216: table of contents icon doesn't show if h1 is not present
+ * Reworked style and layout of search results for better usability
+
mkdocs-material-1.3.0 (2017-11-03)
* Added support for page-specific title and description using metadata
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 1527c039d..8b47bec77 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,18 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
-# Version 1.3.0
+# Version 1.4.0
```
## Changelog
+### 1.4.0 _ March 16, 2017
+
+* Added support for grouping searched sections by documents
+* Added support for localization of search results
+* Fixed #216: table of contents icon doesn't show if h1 is not present
+* Reworked style and layout of search results for better usability
+
### 1.3.0 _ March 11, 2017
* Added support for page-specific title and description using metadata
diff --git a/material/base.html b/material/base.html
index b9f193b81..e28ab998a 100644
--- a/material/base.html
+++ b/material/base.html
@@ -23,7 +23,7 @@
{% else %}
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
diff --git a/package.json b/package.json
index f0bec5f86..8fc2ca138 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",