diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2bdcd9a..fa751d50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.7.2 - ??/??/2025
+
Version 3.7.1 - 26/09/2025
- [Google Gemini API] Fix: Correctly handling empty responses [#514].
diff --git a/manifest.json b/manifest.json
index e251122b..ded472b4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.7.1",
+ "version": "3.7.2",
"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 a76df5a0..7e3fe177 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.7.2 - ??/??/2025
+
Version 3.7.1 - 26/09/2025
- [Google Gemini API] Fix: Correctly handling empty responses [#514].