diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdbd6cf4..4bc5f35c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
+
Version 4.0.4 - ??/??/2026
+
+ - Fix: Correctly selecting the current model in the special prompt pages.
+
Version 4.0.3 - 20/03/2026
- Fixed a bug in creating new tags [#698].
diff --git a/manifest.json b/manifest.json
index 85577cc7..05f6c2bf 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "4.0.3",
+ "version": "4.0.4",
"author": "Mic (m@micz.it)",
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
"browser_specific_settings": {
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index bae3597c..5612787b 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 4.0.4 - ??/??/2026
+
+ - Fix: Correctly selecting the current model in the special prompt pages.
+
Version 4.0.3 - 20/03/2026
- Fixed a bug in creating new tags [#698].