diff --git a/CHANGELOG.md b/CHANGELOG.md
index af8ebf43..26f27989 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.7.5 - 22/10/2025
+
+ - [OpenAI API] Fixed a bug when handling responses without choices [#535].
+
Version 3.7.4 - 20/10/2025
- [ChatGPT Web] Fixed a bug preventing the ChatGPT web interface from working in new installs [#534].
diff --git a/manifest.json b/manifest.json
index 3a07e32d..81d6f5b8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.7.4",
+ "version": "3.7.5",
"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 5ae34a88..7436c6c3 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.7.5 - 22/10/2025
+
+ - [OpenAI API] Fixed a bug when handling responses without choices [#535].
+
Version 3.7.4 - 20/10/2025
- [ChatGPT Web] Fixed a bug preventing the ChatGPT web interface from working in new installs [#534].