diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18410985..f2807bff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 2.1.3 - 04/09/2024
+
+ - [ChatGPT API] Removed a link to the status page in an error message as requested by Thunderbird Addon Reviewer.
+
Version 2.1.2 - 04/09/2024
- [ChatGPT API] The URL in the prompt sending error message is now correctly clickable [#123].
diff --git a/manifest.json b/manifest.json
index 184a62cf..b8044e01 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "2.1.2",
+ "version": "2.1.3",
"author": "Mic (m@micz.it)",
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
"browser_specific_settings": {
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index ca115ff4..65e337ab 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 2.1.3 - 04/09/2024
+
+ - [ChatGPT API] Removed a link to the status page in an error message as requested by Thunderbird Addon Reviewer.
+
Version 2.1.2 - 04/09/2024
- [ChatGPT API] The URL in the prompt sending error message is now correctly clickable [#123].