diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3374d609..f08e2f36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,10 @@
-
+
Version 1.2.0 - ??/07/2024
+
Version 1.1.4 - 28/06/2024
- Added an option to import text with formatting from ChatGPT, set to false by default [#70], [#77].
diff --git a/manifest.json b/manifest.json
index 6e17b005..263d64a9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "1.1.4",
+ "version": "1.2.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 911ec50c..db2b4571 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 1.2.0 - ??/07/2024
+
Version 1.1.4 - 28/06/2024
- Added an option to import text with formatting from ChatGPT, set to false by default [#70], [#77].