diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21430e97..9549b0b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
#  ThunderAI Release Notes
+
Version 1.0.6 - 08/05/2024
+
+- Correctly handling a change in the ChatGPT web interface. See issue #43
+- Added a button to force the completion to display the 'Use last answer' button if ChatGPT has finished its work but the button has not appeared.
+
Version 1.0.5 - 03/05/2024
- Fixed the handling of ChatGPT-4 in a large window. See issue #38
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 906cfc63..ad1725ae 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,7 @@
Version 1.0.6 - 08/05/2024
- Correctly handling a change in the ChatGPT web interface. See issue #43
+ - Added a button to force the completion to display the 'Use last answer' button if ChatGPT has finished its work but the button has not appeared.
Version 1.0.5 - 03/05/2024