diff --git a/CHANGELOG b/CHANGELOG
index ef48d1b96..ce9ac7d8f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+mkdocs-material-8.2.4+insiders-4.10.1 (2022-03-02)
+
+ * Added missing build dependencies to Dockerfile
+ * Fixed encoding issues in privacy plugin, now forcing UTF-8 encoding
+ * Fixed #3624: Scroll to active navigation item unreliable in Firefox
+ * Fixed #3642: Privacy plugin errors when font setting was omitted
+
mkdocs-material-8.2.4 (2022-03-02)
* Fixed malformed Google Fonts URL when a font setting was omitted
diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md
index de5c7c46c..89c0f07dd 100644
--- a/docs/insiders/changelog.md
+++ b/docs/insiders/changelog.md
@@ -6,6 +6,13 @@ template: overrides/main.html
## Material for MkDocs Insiders
+### 4.10.1 _ March 2, 2022 { id="4.10.1" }
+
+- Added missing build dependencies to Dockerfile
+- Fixed encoding issues in privacy plugin, now forcing UTF-8 encoding
+- Fixed #3624: Scroll to active navigation item unreliable in Firefox
+- Fixed #3642: Privacy plugin errors when font setting was omitted
+
### 4.10.0 _ February 27, 2022 { id="4.10.0" }
- Added support for offline plugin (supersedes offline search support)