diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..33a18e90
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,27 @@
+ #  ThunderAI Release Notes
+
+
+
Version 1.0.3 - 27/04/2024
+
+ - Using the right identity when replying to a message. See issue #31
+
+Version 1.0.2 - 18/04/2024
+
+ - New standard menus.
+ - Fixed a bug in importing replies text.
+ - Fixed the handling of the new change model button in the ChatGPT interface.
+ - Added an option to choose between GPT-3.5 and GPT-4 Models. See issue #27
+ - Added a link to the Status Page, to check if there are known issues in interacting with the ChatGPT web interface.
+
+Version 1.0.1 - 13/04/2024
+
+ - Italian addon description fixed.
+ - Improved the method to open the ChatGPT window. Thanks to John Bieling.
+ - Fixed a bug in replying to a message. Now the quoted text is correctly displayed.
+ - Fixed a bug in the compose window. Now is correctly used only the selected text.
+ - If the prompt is more than 30.000 characters, do not procede and give a message to the user.
+
+Version 1.0 - 05/04/2024
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 57831c00..787b743b 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ ThunderAI is a tool for anyone looking to improve their email quality, both in c
There is no need for an API key and is possibile to use this extension even with a free account!
+## Changelog
+ThunderAI's changes are logged [here](CHANGELOG.md).
Thanks to:
- chatgpt.js for providing methods to interact with the ChatGTP frontend.