diff --git a/CHANGELOG.md b/CHANGELOG.md
index 133cc365..f20a6873 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
-
Version 3.5.0 - ??/??/2025
+Version 3.5.0 - 30/05/2025
- Added Anthropic API support [#349].
- Added the {%selected_html%} placeholder to retrieve the HTML portion of the selected text [#368].
@@ -16,8 +16,7 @@
- Fix: in the Spamfilter page the unsaved changes warning is now correctly shown.
- Fix: The default keyboard shortcut is no longer enforced at every Thunderbird startup [#384].
- Fix: Incoming email processing now works correctly when auto-tagging is enabled and the full tagging feature is subsequently disabled.
- - Fix: The reply type is correctly saved. [#387].
- - ...
+ - Fix: The reply type is correctly saved in the options. [#387].
Version 3.4.1 - 12/05/2025
diff --git a/manifest.json b/manifest.json
index 02c4924b..b9eabda4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.5.0pre1",
+ "version": "3.5.0",
"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 2253161e..6a8b11f6 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,7 +7,7 @@
ThunderAI Release Notes
-
Version 3.5.0 - ??/??/2025
+
Version 3.5.0 - 30/05/2025
- Added Anthropic API support [#349].
- Added the {%selected_html%} placeholder to retrieve the HTML portion of the selected text [#368].
@@ -19,8 +19,7 @@
- Fix: In the Spamfilter page the unsaved changes warning is now correctly shown.
- Fix: The default keyboard shortcut is no longer enforced at every Thunderbird startup [#384].
- Fix: Incoming email processing now works correctly when auto-tagging is enabled and the full tagging feature is subsequently disabled.
- - Fix: The reply type is correctly saved. [#387].
- - ...
+ - Fix: The reply type is correctly saved in the options. [#387].
Version 3.4.1 - 12/05/2025