diff --git a/CHANGELOG b/CHANGELOG
index 7350560ce..6f5b42cc6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-8.5.10 (2022-11-11)
+
+ * Adjusted CSS to better allow for custom primary and accent colors
+ * Fixed #4620: Primary color is not applied (8.5.9 regression)
+
mkdocs-material-8.5.9 (2022-11-08)
* Fixed #4600: Illegible link colors for black and white primary colors
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 8622e81e7..3f4ec6498 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,11 @@
## Material for MkDocs
+### 8.5.10 _ November 11, 2022 { id="8.5.10" }
+
+- Adjusted CSS to better allow for custom primary and accent colors
+- Fixed #4620: Primary color is not applied (8.5.9 regression)
+
### 8.5.9 _ November 8, 2022 { id="8.5.9" }
- Fixed #4600: Illegible link colors for black and white primary colors
diff --git a/material/base.html b/material/base.html
index 676c4ec4e..80facd051 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 3d47b5600..bbf88a9ea 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.5.9",
+ "version": "8.5.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.5.9",
+ "version": "8.5.10",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 4edc22968..9f7863a5d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.5.9",
+ "version": "8.5.10",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",