diff --git a/CHANGELOG b/CHANGELOG
index 5a38c8059..352840b03 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-7.2.2+insiders-2.12.2 (2021-08-04)
+
+ * Fixed #2891: Division by zero error in social plugin
+
mkdocs-material-7.2.2 (2021-07-31)
* Updated Korean translations
@@ -5,8 +9,8 @@ mkdocs-material-7.2.2 (2021-07-31)
mkdocs-material-7.2.1+insiders-2.12.1 (2021-07-26)
- * Fixed error in social cards plugin when site_description was not set
- * Fixed error in social cards plugin for non-ASCII characters
+ * Fixed error in social plugin when site_description was not set
+ * Fixed error in social plugin for non-ASCII characters
mkdocs-material-7.2.1+insiders-2.12.0 (2021-07-25)
diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md
index c1df46e52..f989bb370 100644
--- a/docs/insiders/changelog.md
+++ b/docs/insiders/changelog.md
@@ -6,10 +6,14 @@ template: overrides/main.html
## Material for MkDocs Insiders
+### 2.12.2 _ August 4, 2021
+
+- Fixed #2891: Division by zero error in social plugin
+
### 2.12.1 _ July 26, 2021
-- Fixed error in social cards plugin when `site_description` was not set
-- Fixed error in social cards plugin for non-ASCII characters
+- Fixed error in social plugin when `site_description` was not set
+- Fixed error in social plugin for non-ASCII characters
### 2.12.0 _ July 25, 2021