diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b6c9a63..b26d5d77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
Version counting is based on semantic versioning (Major.Feature.Patch)
+## 9.9.2
+
+### General
+* New builds using Qt6.
+* macos builds are notarized.
+* Windows builds are codesigned.
+
+### YACReaderLibrary
+* Fix potential infinite loop/crash on library updates.
+* Fix comic properties dialog sizing.
+* Fixes and stability improvements.
+
+
## 9.9.1
### YACReader
diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp
index 6cb2e015..9696727a 100644
--- a/custom_widgets/whats_new_dialog.cpp
+++ b/custom_widgets/whats_new_dialog.cpp
@@ -47,6 +47,8 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
auto text = new QLabel();
text->setText("New release with the following updates:
"
+ "
"
+ "9.9.2 includes notarized builds for macos and codesigned builds for windows. It also gets new builds using Qt6.
"
"
"
"YACReader
"
" • Show error when opening bad open recent entries.
"
@@ -73,6 +75,9 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" • Add an edit for filtering series results returned by Comic Vine.
"
" • Support editing comics tags sequentially without leaving the edit dialog.
"
" • Fix export/import comics info.
"
+ " • Fix potential infinite loop/crash on library updates (NEW in 9.9.2).
"
+ " • Fix comic properties dialog sizing (NEW in 9.9.2).
"
+ " • Fixes and stability improvements, specially in Qt6 builds (NEW in 9.9.2).
"
"
"
"Server
"
" • Always serve a cover image to the iOS client for any folder that has content (requeries a library content update).
"