diff --git a/CHANGELOG.md b/CHANGELOG.md
index f20a6873..3af088e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.5.1 - 31/05/2025
+
+ - Fix: correctly saving text options [#400].
+
Version 3.5.0 - 30/05/2025
- Added Anthropic API support [#349].
diff --git a/manifest.json b/manifest.json
index b9eabda4..aab88666 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.5.0",
+ "version": "3.5.1",
"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 6a8b11f6..19ecdc66 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.5.1 - 31/05/2025
+
+ - Fix: correctly saving text options [#400].
+
Version 3.5.0 - 30/05/2025
- Added Anthropic API support [#349].