diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5acde17a..86694722 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,12 @@
#  ThunderAI Release Notes
+
[ChatGPT Web] Modified the permissions for the ChatGPT web interface, now requiring only the https://*.chatgpt.com/* and not all sites.
-
-
+Version 2.0.5 - ??/??/2024
+
Version 2.0.4 - 16/08/2024
- [ChatGPT API] Fixed the vertical scroolbar with long reponses [#108].
diff --git a/manifest.json b/manifest.json
index ce9879ae..82106487 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "2.0.4",
+ "version": "2.0.5",
"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 b2cce2bb..98d20319 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 2.0.5 - ??/??/2024
+
Version 2.0.4 - 16/08/2024
- [ChatGPT API] Fixed the vertical scroolbar with long reponses [#108].