diff --git a/CHANGELOG.md b/CHANGELOG.md
index e992a192..5cc4a7dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,10 @@
-
+
Version 3.5.5 - ??/??/2025
+
+ - [All APIs] Fix: Autotag and Antispam filter working again [#449].
+
Version 3.5.4 - 13/06/2025
- [ChatGPT Web] Fix: Changed again how to detect when the response is completed.
diff --git a/manifest.json b/manifest.json
index 598f896f..9a4d0206 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.5.4",
+ "version": "3.5.5",
"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 e392c909..44ca4c48 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.5.5 - ??/??/2025
+
+ - [All APIs] Fix: Autotag and Antispam filter working again [#449].
+
Version 3.5.4 - 13/06/2025
- [ChatGPT Web] Fix: Changed again how to detect when the response is completed.