diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae3117e3..015d1461 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.4.1 - 12/05/2025
+
+ - [All APIs] Fix: correctly assigning tags when receiving mails. Thanks to jdkio [#374].
+
Version 3.4.0 - 07/04/2025
- [All APIs] Added a special prompt to get tasks data from emails [#333]. To use this feature, you must install also the Sparks add-on.
diff --git a/manifest.json b/manifest.json
index 40f56907..b83558c8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.4.0",
+ "version": "3.4.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 762fb583..68d01ac0 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.4.1 - 12/05/2025
+
+ - [All APIs] Fix: correctly assigning tags when receiving mails. Thanks to jdkio [#374].
+
Version 3.4.0 - 07/05/2025
- [All APIs] Added a special prompt to get tasks data from emails [#333]. To use this feature, you must install also the Sparks add-on.