diff --git a/CHANGELOG b/CHANGELOG
index 7d9a42def..3e37b872d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-1.5.5 (2017-04-20)
+
+ * Fixed #282: Browser search (META+F) is hijacked
+
mkdocs-material-1.5.4 (2017-04-08)
* Fixed broken highlighting for two or more search terms
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 9c3913e64..7c6c864f7 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.5.4
+# Version 1.5.5
```
## Changelog
+### 1.5.5 _ April 20, 2017
+
+* Fixed [#282][282]: Browser search (META+F) is hijacked
+
+ [282]: https://github.com/squidfunk/mkdocs-material/issues/282
+
### 1.5.4 _ April 8, 2017
* Fixed broken highlighting for two or more search terms
diff --git a/material/base.html b/material/base.html
index 84021b277..e63ebfe00 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 9982569c0..36a1730d1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "1.5.4",
+ "version": "1.5.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",