diff --git a/CHANGELOG b/CHANGELOG
index c5833fee8..fb4369b71 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+mkdocs-material-9.2.0 (2023-07-06)
+
+ * Added blogging support via built-in blog plugin
+ * Added Chinese language support to built-in search plugin
+ * Added support for annotations (outside of code blocks)
+ * Added support for navigation icons
+ * Added support for navigation pruning
+ * Added support for navigation status
+ * Added support for customizing site icons
+ * Improved rendering of (code) annotation markers
+ * Improved print styles for (code) annotations
+ * Improved customizability of navigation tabs
+ * Removed Universal Analytics integration
+ * Removed ancient polyfills to reduce size of bundled JavaScript by 20%
+
mkdocs-material-9.1.18 (2023-07-03)
* Updated Danish translations
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 882378e1f..413a76d60 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,21 @@
## Material for MkDocs
+### 9.2.0 July 6, 2023 { id="9.2.0" }
+
+- Added blogging support via built-in blog plugin
+- Added Chinese language support to built-in search plugin
+- Added support for annotations (outside of code blocks)
+- Added support for navigation icons
+- Added support for navigation pruning
+- Added support for navigation status
+- Added support for customizing site icons
+- Improved rendering of (code) annotation markers
+- Improved print styles for (code) annotations
+- Improved customizability of navigation tabs
+- Removed Universal Analytics integration
+- Removed ancient polyfills to reduce size of bundled JavaScript by 20%
+
### 9.1.18 July 3, 2023 { id="9.1.18" }
- Updated Danish translations
diff --git a/docs/setup/changing-the-logo-and-icons.md b/docs/setup/changing-the-logo-and-icons.md
index c1fac775c..79dbf65e8 100644
--- a/docs/setup/changing-the-logo-and-icons.md
+++ b/docs/setup/changing-the-logo-and-icons.md
@@ -74,6 +74,8 @@ theme:
### Site icons
+[:octicons-tag-24: 9.2.0][Site icon support]
+
Most icons you see on your site, such as navigation icons, can also be changed. For example,
to change the navigation arrows in the footer, add the following lines to `mkdocs.yml`:
@@ -103,6 +105,8 @@ The following is a complete list of customizable icons used by the theme:
| `previous` | Previous page in footer, hide search on mobile |
| `next` | Next page in footer |
+ [Site icon support]: https://github.com/squidfunk/mkdocs-material/releases/tag/9.2.0
+
## Customization
### Additional icons