diff --git a/CHANGELOG.md b/CHANGELOG.md
index 407d3d32..fdbd6cf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
+
Version 4.0.3 - 20/03/2026
+
+ - Fixed a bug in creating new tags [#698].
+
Version 4.0.2 - 11/03/2026
- Now it's possible to automatically save the AI window position [#685].
diff --git a/manifest.json b/manifest.json
index bf606c7f..85577cc7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "4.0.2",
+ "version": "4.0.3",
"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 649ce9c0..bae3597c 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 4.0.3 - 20/03/2026
+
+ - Fixed a bug in creating new tags [#698].
+
Version 4.0.2 - 11/03/2026
- Now it's possible to automatically save the AI window position [#685].