diff --git a/CHANGELOG b/CHANGELOG
index 52c112b96..c5833fee8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-9.1.18 (2023-07-03)
+
+ * Updated Danish translations
+ * Added support for installing user requirements in Docker image
+ * Fixed #5655: Search separator with lookbehind breaks highlighting
+
mkdocs-material-9.1.17+insiders-4.36.1 (2023-06-23)
* Fixed #5618: Date comparison breaking for drafts in blog plugin
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index b2cdb8a40..882378e1f 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,12 @@
## Material for MkDocs
+### 9.1.18 July 3, 2023 { id="9.1.18" }
+
+- Updated Danish translations
+- Added support for installing user requirements in Docker image
+- Fixed #5655: Search separator with lookbehind breaks highlighting
+
### 9.1.17 June 23, 2023 { id="9.1.17" }
- Fixed #5633: Code annotations with nested lists incorrectly mounted
diff --git a/material/base.html b/material/base.html
index 39da169cd..753e3a0d3 100644
--- a/material/base.html
+++ b/material/base.html
@@ -28,7 +28,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package.json b/package.json
index 44158ae79..c05cb7b67 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.1.17",
+ "version": "9.1.18",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",