diff --git a/CHANGELOG b/CHANGELOG
index 25e3a3056..414ac83ec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+mkdocs-material-9.3.1+insiders-4.41.0 (2023-09-11)
+
+ * Improved multi-instance support for optimize plugin
+ * Added inclusion and exclusion patterns for optimize plugin
+ * Added transparent keyword for color handling in social plugin
+ * Changed default quality of PNGs to 3 in optimize plugin
+ * Fixed #5979: meta file not detected in root of docs directory
+
mkdocs-material-9.3.1 (2023-09-11)
* Fixed crash of group plugin when used together with hooks
diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md
index 111eb2ca8..880b93895 100644
--- a/docs/insiders/changelog.md
+++ b/docs/insiders/changelog.md
@@ -2,6 +2,14 @@
## Material for MkDocs Insiders
+### 4.41.0 September 11, 2023 { id="4.41.0" }
+
+- Improved multi-instance support for optimize plugin
+- Added inclusion and exclusion patterns for optimize plugin
+- Added transparent keyword for color handling in social plugin
+- Changed default quality of PNGs to 3 in optimize plugin
+- Fixed #5979: meta file not detected in root of docs directory
+
### 4.40.4 September 4, 2023 { id="4.40.4" }
- Fixed privacy plugin choking on boolean HTML5 attributes