diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cead8df..6f54d221 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
+
Version 4.0.7 - 17/04/2026
+
+ - Fix: Correctly parsing the body of HTML base64 encoded mails [#757].
+
Version 4.0.6 - 01/04/2026
- Fix: Now it's possibile to create a tag also with accented characters in the label [#738].
diff --git a/manifest.json b/manifest.json
index 729fb444..7d79fe89 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "4.0.6",
+ "version": "4.0.7",
"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 6eee8f00..71f83017 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 4.0.7 - 17/04/2026
+
+ - Fix: Correctly parsing the body of HTML base64 encoded mails [#757].
+
Version 4.0.6 - 01/04/2026
- Fix: Now it's possibile to create a tag also with accented characters in the label [#738].