diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c43df17..8450817f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,8 +3,10 @@
-
Version 2.0.0 - ??/??/2024
+Version 2.0.0pre1 - ??/??/2024
+ - Added OpenAI ChatGPT API connection [#40].
+ - Information text in the options page improved.
- ...
Version 1.2.1 - 20/07/2024
diff --git a/manifest.json b/manifest.json
index 45ade310..11bb7975 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "2.0.0",
+ "version": "2.0.0pre1",
"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 d36fcaad..1c67713d 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,8 +7,10 @@
ThunderAI Release Notes
-
Version 2.0.0 - ??/??/2024
+
Version 2.0.0pre1 - ??/??/2024
+ - Added OpenAI ChatGPT API connection [#40].
+ - Information text in the options page improved.
- ...
Version 1.2.1 - 20/07/2024