diff --git a/CHANGELOG b/CHANGELOG
index 13ed7f537..1f57bc1a6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,7 @@ mkdocs-material-2.8.0 (2018-06-10)
* Added Material and FontAwesome icon fonts to distribution files (GDPR)
* Added note on compliance with GDPR
* Added Slovak translations
- * Fixed #790: Prefixed internal identifiers with "__" to avoid name clashes
+ * Fixed #790: Prefixed id attributes with "__" to avoid name clashes
mkdocs-material-2.7.3 (2018-04-26)
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3727cb9fb..386d116e4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -37,6 +37,20 @@ pip show mkdocs-material
## Changelog
+### 2.8.0 _ June 10, 2018
+
+* Added support for grouping code blocks with tabs
+* Added Material and FontAwesome icon fonts to distribution files (GDPR)
+* Added note on compliance with GDPR
+* Added Slovak translations
+* Fixed [#790][790]: Prefixed `id` attributes with `__` to avoid name clashes
+
+ [790]: https://github.com/squidfunk/mkdocs-material/issues/790
+
+### 2.7.3 _ April 26, 2018
+
+* Added Finnish translations
+
### 2.7.2 _ April 9, 2018
* Fixed rendering issue for `details` on Edge
diff --git a/material/base.html b/material/base.html
index 789685c12..1cbe19837 100644
--- a/material/base.html
+++ b/material/base.html
@@ -36,7 +36,7 @@
{% endfor %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
diff --git a/package.json b/package.json
index c39bef925..7889fb901 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "2.7.3",
+ "version": "2.8.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",