diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2af3d72..22af65e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
#  ThunderAI Release Notes
+
Version 1.0.4 - ??/??/2024
+
Version 1.0.3 - 27/04/2024
- Using the right identity when replying to a message. See issue #31
diff --git a/manifest.json b/manifest.json
index 2ca827df..74a648b8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "1.0.3",
+ "version": "1.0.4",
"author": "Mic (m@micz.it)",
"browser_specific_settings": {
"gecko": {
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 9331af50..c43a7537 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 1.0.4 - ??/??/2024
+
Version 1.0.3 - 27/04/2024
- Using the right identity when replying to a message. See issue #31