diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0f65fe1..415cb632 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,13 @@
+
Version 3.5.3 - 10/06/2025
+
+ - [ChatGPT Web] Fix: Correctly detecting when the response is completed.
+
Version 3.5.2 - 05/06/2025
- - [ChatGPT Web] Fix: correctly hiding the model warning message when forcing to send the prompt [#410].
+ - [ChatGPT Web] Fix: Correctly hiding the model warning message when forcing to send the prompt [#410].
- [ChatGPT Web] Fix: ThunderAI is now working also with a free account [#408].
- [ChatGPT Web] Fix: Correctly showing a warning message to a not logged in user [#411].
- [ChatGPT Web] Improved the model not found message [#413].
diff --git a/manifest.json b/manifest.json
index 2788da15..0bfaed3b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.5.2",
+ "version": "3.5.3",
"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 ff9b95d4..77bf021d 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.5.3 - 10/06/2025
+
+ - [ChatGPT Web] Fix: Correctly detecting when the response is completed.
+
Version 3.5.2 - 05/06/2025
- [ChatGPT Web] Fix: Correctly hiding the model warning message when forcing to send the prompt [#410].