diff --git a/VERSION b/VERSION
index 26452813..ef0f38ab 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.18.3
+2.19.0
diff --git a/changelog.rst b/changelog.rst
index e0d7f115..a8f7fdd0 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,6 +1,20 @@
ZoiteChat ChangeLog
=================
+2.19.0 (2026-07-28)
+-------------------
+
+- Added Python 3.8 compatibility for older Windows releases.
+- Added on-demand SASL password prompts, including renewed prompts after reconnecting.
+- Corrected NickServ authentication to use the decrypted password for the active network.
+- Made system theme matching the default and polished GTK3 theme integration.
+- Applied more settings changes immediately, reducing the need to restart ZoiteChat.
+- Added descriptive tooltips to the color picker choices and refined default text-event colors.
+- Stabilized channel tree font handling across palette and theme updates.
+- Corrected the chat scrollbar increment used by its arrow buttons.
+- Improved Windows URL launching through the native shell.
+- Restored expected minimize behavior when clicking ZoiteChat on the Windows taskbar.
+
2.18.3 (2026-06-29)
-------------------
diff --git a/data/misc/net.zoite.Zoitechat.appdata.xml.in b/data/misc/net.zoite.Zoitechat.appdata.xml.in
index 6e3d0d9d..e302f5ec 100644
--- a/data/misc/net.zoite.Zoitechat.appdata.xml.in
+++ b/data/misc/net.zoite.Zoitechat.appdata.xml.in
@@ -29,6 +29,22 @@
zoitechat.desktop
+
+
+
+ - Added Python 3.8 compatibility for older Windows releases.
+ - Added on-demand SASL password prompts, including renewed prompts after reconnecting.
+ - Corrected NickServ authentication to use the decrypted password for the active network.
+ - Made system theme matching the default and polished GTK3 theme integration.
+ - Applied more settings changes immediately, reducing the need to restart ZoiteChat.
+ - Added descriptive tooltips to the color picker choices and refined default text-event colors.
+ - Stabilized channel tree font handling across palette and theme updates.
+ - Corrected the chat scrollbar increment used by its arrow buttons.
+ - Improved Windows URL launching through the native shell.
+ - Restored expected minimize behavior when clicking ZoiteChat on the Windows taskbar.
+
+
+