diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ab6f99a..de0ae101 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
Version 2.0.2 - ??/??/2024
+ - [ChatGPT Web] Now, the ChatGPT response must be selected by the user to be retrieved by ThunderAI. A single click on the text should work, but it's also possible to select the text manually [#104].
- Added a better error message when there is an error fetching models.
- When selecting a correct model in the options page, the field is no more highlighted in red [#100].
- When using the ChatGPT API, the double quotes at the beginning and end of the response are removed [#99].
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 0aa3a161..5ae16640 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -9,9 +9,10 @@
ThunderAI Release Notes
Version 2.0.2 - ??/??/2024
- - Added a better error message when there is an error fetching models.
+ - [ChatGPT Web] Now, the ChatGPT response must be selected by the user to be retrieved by ThunderAI. A single click on the text should work, but it's also possible to select the text manually [#104].
+ - [ChatGPT API] Added a better error message when there is an error fetching models.
- When selecting a correct model in the options page, the field is no more highlighted in red [#100].
- - When using the ChatGPT API, the double quotes at the beginning and end of the response are removed [#99].
+ - [ChatGPT API] The double quotes at the beginning and end of the response are removed [#99].
- ...
Version 2.0.1 - 09/08/2024