diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93653ac0..82dc38e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.8.1 - 20/01/2026
+
+ - [OpenAI API] Fix: Correctly sending the prompt after opening the chat window [#620].
+
Version 3.8.0 - 16/01/2026
- [All APIs] Now it is possible to define an API and its settings for any custom prompt. This allows anyone to use different AI providers for different prompts [#102].
diff --git a/manifest.json b/manifest.json
index 92a30fb3..6431ad9b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.8.0",
+ "version": "3.8.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 e0c428de..5ee6db4d 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.8.1 - 20/01/2026
+
+ - [OpenAI API] Fix: Correctly sending the prompt after opening the chat window [#620].
+
Version 3.8.0 - 16/01/2026
- [All APIs] Now it is possible to define an API and its settings for any custom prompt. This allows anyone to use different AI providers for different prompts [#102].