diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e61f1ed..1b0962ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.7.1 - 26/09/2025
+
+ - [Google Gemini API] Fix: correctly handling empty responses [#514].
+
Version 3.7.0 - 18/09/2025
- [All APIs] It's now possibile to define a list of tags to be used when autotagging received emails [#436]. The tags are are now shown in the information header in the AI API chat [#289].
diff --git a/manifest.json b/manifest.json
index 34fd5472..e251122b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.7.0",
+ "version": "3.7.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 d22788d8..fb938fff 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.7.1 - 26/09/2025
+
+ - [Google Gemini API] Fix: correctly handling empty responses [#514].
+
Version 3.7.0 - 18/09/2025
- [All APIs] It's now possibile to define a list of tags to be used when autotagging received emails [#436]. The tags are are now shown in the information header in the AI API chat [#289].