diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b5aee93..2f63f2b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.3.4 - 14/04/2025
+
+ - [ChatGPT Web] Fixed a blocking error with the " character in the mail text [#344].
+
Version 3.3.3 - 12/04/2025
- [All APIs] Fix: Correctly getting the message body even in multilevel subpart messages when processing incoming messages for tags or spam [#335].
diff --git a/manifest.json b/manifest.json
index bbad17cc..b332bc2f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.3.3",
+ "version": "3.3.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 f14c18b2..a06bc728 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.3.4 - 14/04/2025
+
+ - [ChatGPT Web] Fixed a blocking error with the " character in the mail text [#344].
+
Version 3.3.3 - 12/04/2025
- [All APIs] Fix: Correctly getting the message body even in multilevel subpart messages when processing incoming messages for tags or spam [#335].