diff --git a/CHANGELOG b/CHANGELOG
index b0e855781..fdd1eabb9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,22 @@
+mkdocs-material-8.5.8+insiders-4.26.2 (2022-11-03)
+
+ * Updated MkDocs to 1.4.2
+ * Added support for tag compare functions when sorting on index pages
+ * Fixed footnotes being rendered in post excerpts without separators
+ * Fixed error in blog plugin when toc extension is not enabled
+ * Fixed issues with invalid asset paths and linked post titles
+ * Fixed #4572: Privacy plugin fails when symlinks cannot be created
+ * Fixed #4545: Blog plugin doesn't automatically link headline to post
+ * Fixed #4542: Blog plugin doesn't allow for multiple instances
+ * Fixed #4532: Blog plugin doesn't allow for mixed use of date and datetime
+
mkdocs-material-8.5.8 (2022-11-03)
* Added support for always showing settings in cookie consent
* Fixed #4571: Buttons invisible if primary color is white or black
* Fixed #4517: Illegible note in sequence diagram when using slate scheme
-mkdocs-material-8.5.7+insiders-4.26.0 (2022-10-22)
+mkdocs-material-8.5.7+insiders-4.26.1 (2022-10-22)
* Improved reporting of configuration errors in tags plugin
* Fixed #4515: Privacy plugin fails when site URL is not defined
diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md
index 5e8d179df..89aeaae14 100644
--- a/docs/insiders/changelog.md
+++ b/docs/insiders/changelog.md
@@ -2,6 +2,18 @@
## Material for MkDocs Insiders
+### 4.26.2 _ November 3, 2022 { id="4.26.2" }
+
+- Updated MkDocs to 1.4.2
+- Added support for tag compare functions when sorting on index pages
+- Fixed footnotes being rendered in post excerpts without separators
+- Fixed error in blog plugin when `toc` extension is not enabled
+- Fixed issues with invalid asset paths and linked post titles
+- Fixed #4572: Privacy plugin fails when symlinks cannot be created
+- Fixed #4545: Blog plugin doesn't automatically link headline to post
+- Fixed #4542: Blog plugin doesn't allow for multiple instances
+- Fixed #4532: Blog plugin doesn't allow for mixed use of date and datetime
+
### 4.26.1 _ October 22, 2022 { id="4.26.1" }
- Improved reporting of configuration errors in tags plugin