diff --git a/CHANGELOG b/CHANGELOG
index 5e04cf5f5..11575ef23 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-1.7.0 (2017-06-01)
+
+ * Added "copy to clipboard" buttons to code blocks
+ * Added support for multilingual site search
+ * Fixed search term highlighting for non-latin languages
+
mkdocs-material-1.6.4 (2017-05-24)
* Fixed #337: JavaScript error for GitHub organization URLs
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c03feafba..56b69418b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,17 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
-# Version 1.6.4
+# Version 1.7.0
```
## Changelog
+### 1.7.0 _ June 1, 2017
+
+* Added "copy to clipboard" buttons to code blocks
+* Added support for multilingual site search
+* Fixed search term highlighting for non-latin languages
+
### 1.6.4 _ May 24, 2017
* Fixed [#337][337]: JavaScript error for GitHub organization URLs
diff --git a/material/base.html b/material/base.html
index bf2578ff9..fdde45a44 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 bfaa44ff7..cd60cada3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "1.6.4",
+ "version": "1.7.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",