diff --git a/CHANGELOG.md b/CHANGELOG.md
index 910d52c1..d543a2ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,12 @@
-
+
Version 3.2.1 - ??/??/2025
+
+ - Fix calling a prompt without giving tags related permissions [#275].
+ - Minor bugs fixed.
+ - ...
+
Version 3.2.0 - 27/02/2025
- [All APIs] Added an option to automatically tag incoming emails [#237].
diff --git a/manifest.json b/manifest.json
index dd19c8e0..a7b01a5c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.2.0",
+ "version": "3.2.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 4db5d825..e3de45df 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,12 @@
ThunderAI Release Notes
+
Version 3.2.1 - ??/??/2025
+
+ - Fix calling a prompt without giving tags related permissions [#275].
+ - Minor bugs fixed.
+ - ...
+
Version 3.2.0 - 27/02/2025
- [All APIs] Added an option to automatically tag incoming emails [#237].