diff --git a/CHANGELOG b/CHANGELOG
index 56d7c50a5..1700ad9ce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+mkdocs-material-9.5.17+insiders-4.53.5 (2024-04-02)
+
+ * Fixed social plugin crashing when no colors are specified in palettes
+
+mkdocs-material-9.5.17 (2024-04-02)
+
+ * Updated Serbian translations
+ * Fixed #7003: Confusing keyboard interaction for palette toggle
+ * Fixed #7001: Blog posts now show time by default (9.5.16 regression)
+ * Fixed edge case in backport of social plugin font loading logic
+
mkdocs-material-9.5.16+insiders-4.53.4 (2024-03-31)
* Fixed #6973: Escaping issue in tags extra files deprecation helper
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 54c30bef1..7aa689a58 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,13 @@
## Material for MkDocs
+### 9.5.17 April 2, 2024 { id="9.5.17" }
+
+- Updated Serbian translations
+- Fixed #7003: Confusing keyboard interaction for palette toggle
+- Fixed #7001: Blog posts now show time by default (9.5.16 regression)
+- Fixed edge case in backport of social plugin font loading logic
+
### 9.5.16 March 31, 2024 { id="9.5.16" }
- Updated Russian translations
diff --git a/docs/insiders/changelog/index.md b/docs/insiders/changelog/index.md
index 180e0426d..5684c0fa0 100644
--- a/docs/insiders/changelog/index.md
+++ b/docs/insiders/changelog/index.md
@@ -2,6 +2,10 @@
## Material for MkDocs Insiders
+### 4.53.5 April 2, 2024 { id="4.53.5" }
+
+- Fixed social plugin crashing when no colors are specified in palettes
+
### 4.53.4 March 31, 2024 { id="4.53.4" }
- Fixed #6973: Escaping issue in tags extra files deprecation helper
diff --git a/material/__init__.py b/material/__init__.py
index 97419e82a..d3d04577c 100644
--- a/material/__init__.py
+++ b/material/__init__.py
@@ -18,4 +18,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
-__version__ = "9.5.16"
+__version__ = "9.5.17"
diff --git a/material/templates/base.html b/material/templates/base.html
index 81a07294d..65beaedbd 100644
--- a/material/templates/base.html
+++ b/material/templates/base.html
@@ -32,7 +32,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 67db9e9b6..2cce13f44 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.5.16",
+ "version": "9.5.17",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.5.16",
+ "version": "9.5.17",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index ae2363482..c23ed4663 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.5.16",
+ "version": "9.5.17",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",