diff --git a/CHANGELOG b/CHANGELOG
index 6c46b5ec9..5e04cf5f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-1.6.4 (2017-05-24)
+
+ * Fixed #337: JavaScript error for GitHub organization URLs
+
mkdocs-material-1.6.3 (2017-05-16)
* Fixed #329: Broken source stats for private or unknown GitHub repos
diff --git a/docs/release-notes.md b/docs/release-notes.md
index b5a6e56f1..c03feafba 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.3
+# Version 1.6.4
```
## Changelog
+### 1.6.4 _ May 24, 2017
+
+* Fixed [#337][337]: JavaScript error for GitHub organization URLs
+
+ [337]: https://github.com/squidfunk/mkdocs-material/issues/337
+
### 1.6.3 _ May 16, 2017
* Fixed [#329][329]: Broken source stats for private or unknown GitHub repos
diff --git a/material/base.html b/material/base.html
index c59637138..76f30aca6 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 f8ebcd11c..55c4c8d22 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "1.6.3",
+ "version": "1.6.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",