diff --git a/CHANGELOG.md b/CHANGELOG.md
index 867dfb60..c845b5ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
+
+
Version 3.6.1 - ??/??/2025
+
Version 3.6.0 - 30/07/2025
- Now it's possibile to define custom data placeholders to be used in custom prompts [#156].
diff --git a/manifest.json b/manifest.json
index 8ccd1d17..24110b01 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.6.0",
+ "version": "3.6.1",
"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 adb763c2..617803d3 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.6.1 - ??/??/2025
+
Version 3.6.0 - 30/07/2025
- Now it's possibile to define custom data placeholders to be used in custom prompts [#156].