diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee07fef3..51c15895 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
Version 3.6.0 - ??/??/2025
- When replying, it's now possibile to choose a different reply type (between "all" or "sender only") directly in the AI chat window [#372].
+ - [All APIs] Added an option to choose to exclude a tag only with an exact match in the excluded words list [#395].
- [OpenAI API] Added an option to enable the OpenAI storage for API requests [#406].
- [Ollama API] Added an option to enable the thinking feature [#398].
- [OpenAI Comp API] Handling responses without choices when using RAG [#416].
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 28367f1b..0fe6a566 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,7 @@
Version 3.6.0 - ??/??/2025
- When replying, it's now possibile to choose a different reply type (between "all" or "sender only") directly in the AI chat window [#372].
+ - [All APIs] Added an option to choose to exclude a tag only with an exact match in the excluded words list [#395].
- [OpenAI API] Added an option to enable the OpenAI storage for API requests [#406].
- [Ollama API] Added an option to enable the thinking feature [#398].
- [OpenAI Comp API] Handling responses without choices when using RAG [#416].