diff --git a/CHANGELOG b/CHANGELOG
index f16ef71f4..8d26ddb02 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+mkdocs-material-1.7.5 (2017-07-25)
+
+ * Fixed #398: Forms broken due to search shortcuts
+ * Improved search overall user experience
+ * Improved search matching and highlighting
+ * Improved search accessibility
+
mkdocs-material-1.7.4 (2017-06-21)
* Fixed functional link colors in table of contents for active palette
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 648f57433..f308a5f5c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,20 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
-# Version 1.7.4
+# Version 1.7.5
```
## Changelog
+### 1.7.5 _ July 25, 2017
+
+* Fixed [#398][398]: Forms broken due to search shortcuts
+* Improved search overall user experience
+* Improved search matching and highlighting
+* Improved search accessibility
+
+ [398]: https://github.com/squidfunk/mkdocs-material/issues/398
+
### 1.7.4 _ June 21, 2017
* Fixed functional link colors in table of contents for active palette
diff --git a/material/base.html b/material/base.html
index 9987fb70d..5b72b5f96 100644
--- a/material/base.html
+++ b/material/base.html
@@ -24,7 +24,7 @@
{% else %}
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
diff --git a/package.json b/package.json
index ca2e877f0..8eb67768b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "1.7.4",
+ "version": "1.7.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",