diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ac57748..d60d9887 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
+
Version 2.1.0 - ??/??/2024
+
Version 2.0.5 - 19/08/2024
- [ChatGPT Web] Modified the permissions for the ChatGPT web interface, now requiring only the
https://*.chatgpt.com/* and not all sites.
diff --git a/manifest.json b/manifest.json
index 82106487..daff59fd 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "2.0.5",
+ "version": "2.1.0",
"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 d39c2586..abab4e75 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 2.1.0 - ??/??/2024
+
Version 2.0.5 - 19/08/2024
- [ChatGPT Web] Modified the permissions for the ChatGPT web interface, now requiring only the
https://*.chatgpt.com/* and not all sites.