diff --git a/CHANGELOG b/CHANGELOG
index 74d9e669e..153edfc06 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-8.0.5 (2012-12-04)
+
+ * Fixed #3302: Footer refactoring induced ellipsis in some browsers
+ * Fixed #3313: Details always rendered closed on load (8.0.4 regression)
+
mkdocs-material-8.0.4+insiders-4.3.0 (2021-12-05)
* Added support for custom fonts in social cards
@@ -8,8 +13,8 @@ mkdocs-material-8.0.4 (2012-12-04)
* Improved support for deeply nested code annotations
* Improved code annotation and copy-to-clipboard interop
* Improved styling for code annotations inside admonitions
- * Fixed #3294: Lists after code blocks without code annotations disappearing
* Fixed #3274: Invalid anchor positioning when using instant loading
+ * Fixed #3294: Lists after code blocks without code annotations disappearing
* Fixed several positioning issues for code annotations
* Fixed JavaScript source map roots
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index a76cf52c8..b153eb334 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,13 +6,18 @@ template: overrides/main.html
## Material for MkDocs
+### 8.0.5 _ December 6, 2021 { id="8.0.5" }
+
+- Fixed #3302: Footer refactoring induced ellipsis in some browsers
+- Fixed #3313: Details always rendered closed on load (8.0.4 regression)
+
### 8.0.4 _ December 4, 2021 { id="8.0.4" }
- Improved support for deeply nested code annotations
- Improved code annotation and copy-to-clipboard interop
- Improved styling for code annotations inside admonitions
-- Fixed #3294: Lists after code blocks without code annotations disappearing
- Fixed #3274: Invalid anchor positioning when using instant loading
+- Fixed #3294: Lists after code blocks without code annotations disappearing
- Fixed several positioning issues for code annotations
- Fixed JavaScript source map roots
diff --git a/material/base.html b/material/base.html
index cf7ebbea2..63bc97ac9 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index f263dbb07..871c0a968 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.0.4",
+ "version": "8.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4a906da79..318053ae3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.0.4",
+ "version": "8.0.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",