diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccf6e3d9..af35a8d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
Version 4.0.0 - ??/??/2026
- ThunderAI is now compatible only with Thunderbird 140 and later [#616].
+ - Added a new model selector with a search functionality to dynamically filter the list [#603].
- [All APIs] Added a special prompt to summarize one or more emails, using a context menu command [#615]. Thanks to Guido Kraemer for his great work on this feature.
- [All APIs] "Analyze for spam" and "Add tags" context menu items are always shown when the corresponding feature is enabled [#609].
- [OpenAI Comp API][Ollama API] Asking for the single host for permission to avoid CORS errors, instead of all_urls, as requested by the Thunderbird Review Team [#524].
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 419bdbd5..2c7ca2e7 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,7 @@
Version 4.0.0 - ??/??/2026
- ThunderAI is now compatible only with Thunderbird 140 and later [#616].
+ - Added a new model selector with a search functionality to dynamically filter the list [#603].
- [All APIs] Added a special prompt to summarize one or more emails, using a context menu command [#615]. Thanks to Guido Kraemer for his great work on this feature.
- [All APIs] "Analyze for spam" and "Add tags" context menu items are always shown when the corresponding feature is enabled [#609].
- [OpenAI Comp API][Ollama API] Asking for the single host for permission to avoid CORS errors, instead of all_urls, as requested by the Thunderbird Review Team [#524].