diff --git a/CHANGELOG.md b/CHANGELOG.md
index 415cb632..ebf930ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.5.4 - 13/06/2025
+
+ - [ChatGPT Web] Fix: Changed again hot to detect when the response is completed.
+
Version 3.5.3 - 10/06/2025
- [ChatGPT Web] Fix: Correctly detecting when the response is completed.
diff --git a/manifest.json b/manifest.json
index 0bfaed3b..598f896f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.5.3",
+ "version": "3.5.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 77bf021d..e43cf742 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.5.4 - 13/06/2025
+
+ - [ChatGPT Web] Fix: Changed again hot to detect when the response is completed.
+
Version 3.5.3 - 10/06/2025
- [ChatGPT Web] Fix: Correctly detecting when the response is completed.