diff --git a/CHANGELOG b/CHANGELOG
index 74ef52953..23e5b5f29 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)
+
+ * Added support for instant previews
+ * Fixed footnote tooltips positioning edge cases
+ * Fixed #6703: New tags plugin crashes on Windows
+
+mkdocs-material-9.5.6 (2024-01-28)
+
+ * Fixed #6700: Missing styles for Mermaid.js labels with Markdown
+
mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)
* Added support for footnote tooltips
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 6292e3b33..f50180f2b 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,10 @@
## Material for MkDocs
+### 9.5.6 January 28, 2024 { id="9.5.6" }
+
+- Fixed #6700: Missing styles for Mermaid.js labels with Markdown
+
### 9.5.5 January 24, 2024 { id="9.5.5" }
- Updated Tagalog translations
diff --git a/docs/insiders/changelog/index.md b/docs/insiders/changelog/index.md
index 9cf307285..cf1f2e0f1 100644
--- a/docs/insiders/changelog/index.md
+++ b/docs/insiders/changelog/index.md
@@ -2,6 +2,12 @@
## Material for MkDocs Insiders
+### 4.52.0 January 28, 2024 { id="4.52.0" }
+
+- Added support for instant previews
+- Fixed footnote tooltips positioning edge cases
+- Fixed #6703: New tags plugin crashes on Windows
+
### 4.51.0 January 24, 2024 { id="4.51.0" }
- Added support for footnote tooltips
diff --git a/material/__init__.py b/material/__init__.py
index b734c86a9..22a1912c5 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.5"
+__version__ = "9.5.6"
diff --git a/material/templates/base.html b/material/templates/base.html
index 47c922dd7..9f6409a3b 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.json b/package.json
index 52be5f64c..43e0b0928 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.5.5",
+ "version": "9.5.6",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",