diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff39af4e..4b1cf0d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
Added a check for the presence of the correct version of ThunderAI Sparks [#315].
[All APIs] Improved the form asking for additional text [#97].
[All APIs] Fix: Ensure HTML body is generated from plain text if no parts are available when processing incoming messages for tags or spam.
+ Fix a condition when using a prompt from the compose window with a "Do reply" action that is changed in "Substitute Text" [#353].
Custom Prompts form improved.
Various improvements.
...
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 4ec48f35..2d0c39df 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -19,6 +19,7 @@
Added the {%empty%} placeholder to prevent the email body from being automatically appended at the end of the prompt [#345].
[All APIs] Improved the form asking for additional text [#97].
[All APIs] Fix: Ensure HTML body is generated from plain text if no parts are available when processing incoming messages for tags or spam.
+ Fix a condition when using a prompt from the compose window with a "Do reply" action that is changed in "Substitute Text" [#353].
Custom Prompts form improved.
Various improvements.
...