diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33795e09..a9e2cfae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
Version 3.8.0 - ??/??/2025
+ - [All APIs] When using special prompts with a specific API integration, all the settings for that integration can be specific. In this way you can use different api keys for the same integration, or different system prompt or temperature [#590].
- [OpenAI API] Model filtering improved when choosing a model in the options page.
- [OpenAI API] Now using the new Responses API [#407].
- It is now possible to define a custom placeholder with dynamic data to retrieve any header present in the current email [#527].
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 45ef8585..4ef9fb44 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -9,6 +9,7 @@
ThunderAI Release Notes
Version 3.8.0 - ??/??/2025
+ - [All APIs] When using special prompts with a specific API integration, all the settings for that integration can be specific. In this way you can use different api keys for the same integration, or different system prompt or temperature [#590].
- [OpenAI API] Model filtering improved when choosing a model in the options page.
- [OpenAI API] Now using the new Responses API [#407].
- It is now possible to define a custom placeholder with dynamic data to retrieve any header present in the current email [#527].