diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e0dbde1..ce925d7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
+
Version 3.7.8 - 18/12/2025
+
+ - Greek (el) translation added, thanks to ChristosK..
+
Version 3.7.7 - 14/12/2025
- [Claude API][OpenAI API] Fix: asking required permissions before fetching models [#558].
diff --git a/manifest.json b/manifest.json
index c4f2de76..a3cef247 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.7.7",
+ "version": "3.7.8",
"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 ed668808..d021cc39 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,10 @@
ThunderAI Release Notes
+
Version 3.7.8 - 18/12/2025
+
+ - Greek (el) translation added, thanks to ChristosK..
+
Version 3.7.7 - 14/12/2025
- [Claude API][OpenAI API] Fix: asking required permissions before fetching models [#558].