diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b55e195..a7f39c44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
Version 3.8.0 - ??/??/2025
- [All APIs] When using special prompts (like automatically adding tags or the spam filter) 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].
+ - [All APIs] Added the temperature parameter [#561].
- [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 de7fa017..6107811c 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,7 @@
Version 3.8.0 - ??/??/2025
- [All APIs] When using special prompts (like automatically adding tags or the spam filter) 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].
+ - [All APIs] Added the temperature parameter [#561].
- [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].