diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79d62f18..11fee9d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
Added Google Gemini API support [#204, #217].
Added {%mail_typed_text%} data placeholder to get the text inserted before the quoted mail body when replying [#196].
Added {%mail_datetime%} data placeholder to get the date and time of the email [#223].
+ Added {%current_datetime%} data placeholder to get the current date and time [#224].
Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
...
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index b55a764d..369a7894 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -12,6 +12,7 @@
Added Google Gemini API support [#204, #217].
Added {%mail_typed_text%} data placeholder to get the text inserted before the quoted mail body when replying [#196].
Added {%mail_datetime%} data placeholder to get the date and time of the email [#223].
+ Added {%current_datetime%} data placeholder to get the current date and time [#224].
Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
...