diff --git a/CHANGELOG.md b/CHANGELOG.md
index 816fcbf9..4c43df17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
+
Version 2.0.0 - ??/??/2024
+
Version 1.2.1 - 20/07/2024
- Fixed changes in the ChatGPT web interface when importing in plain text [#87].
diff --git a/manifest.json b/manifest.json
index c8df3d51..2d3c6c11 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "1.2.1",
+ "version": "2.0.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 433d2c2e..d36fcaad 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 2.0.0 - ??/??/2024
+
Version 1.2.1 - 20/07/2024
- Fixed changes in the ChatGPT web interface when importing in plain text [#87].