diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2991715..751210ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@
+
Version 2.3.4 - ??/??/2024
+
Version 2.3.3 - 29/11/2024
- [ChatGPT Web] Correctly sending the prompt even if the audio button is present on the web interface [#188].
diff --git a/manifest.json b/manifest.json
index 6f2a4e84..d398cc58 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "2.3.3",
+ "version": "2.3.4",
"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 4df8372f..ab52d58b 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 2.3.4 - ??/??/2024
+
Version 2.3.3 - 29/11/2024
- [ChatGPT Web] Correctly sending the prompt even if the audio button is present on the web interface [#188].