diff --git a/CHANGELOG b/CHANGELOG
index 616e1eb2f..826c8ff6e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-9.1.4+insiders-4.32.4 (2023-03-24)
+
+ * Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings
+
mkdocs-material-9.1.4 (2023-03-24)
* Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md
index fa9abf4c9..2a66d5813 100644
--- a/docs/insiders/changelog.md
+++ b/docs/insiders/changelog.md
@@ -2,6 +2,10 @@
## Material for MkDocs Insiders
+### 4.32.4 March 24, 2023 { id="4.32.4" }
+
+- Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings
+
### 4.32.3 March 9, 2023 { id="4.32.3" }
- Fixed Docker image release workflow (9.1.0 regression)