diff --git a/CHANGELOG.md b/CHANGELOG.md
index bdfdc8c2..e2d3a870 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.8.5 - 22/02/2026
+
+ - Fix: Correctly showing email addresses when using mail headers in data placeholders [#672].
+
Version 3.8.4 - 10/02/2026
- [ChatGPT Web] Fix: Correctly importing the selected text into the compose windows also when ChatGPT shows the advanced mail editor in the response [#646].
diff --git a/manifest.json b/manifest.json
index 5c77e980..e5f5608a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.8.4",
+ "version": "3.8.5",
"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 33f60cf8..d97949b5 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.8.5 - 22/02/2026
+
+ - Fix: Correctly showing email addresses when using mail headers in data placeholders [#672].
+
Version 3.8.4 - 10/02/2026
- [ChatGPT Web] Fix: Correctly importing the selected text into the compose windows also when ChatGPT shows the advanced mail editor in the response [#646].