diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5182d087..5a928030 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@
-
Version 2.2.0 - ??/??/2024
+Version 2.2.0 - 07/10/2024
- [ChatGPT Web] Removed the option to force the ChatGPT4 model over ChatGPT3.5, since it was useless now.
- [ChatGPT Web] Minor internal improvements.
diff --git a/manifest.json b/manifest.json
index 88ab50f9..0e61201f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "2.2.0pre5",
+ "version": "2.2.0",
"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 93521614..53e842b1 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,7 +7,7 @@
ThunderAI Release Notes
-
Version 2.2.0 - ??/??/2024
+
Version 2.2.0 - 07/10/2024
- [ChatGPT Web] Removed the option to force the ChatGPT4 model over ChatGPT3.5, since it was useless now.
- [ChatGPT Web] Minor internal improvements.
@@ -23,6 +23,7 @@
- [Ollama API] Added a link to the CORS information page.
- [ChatGPT API][Ollama API][OpenAI Comp API] Improved handling of streaming responses even in case of broken chunks [#147].
- Fixed a race condition that occurred when opening the chat window under certain circumstances. Thanks to @jobisoft for helping refine the code, and to @Mikilio and @mattcaron for the extensive testing [#143].
+
Version 2.1.5 - 23/09/2024
- [ChatGPT Web] Working again in Thunderbird 115. Implemented a workaround for Intl.Segmenter [#139].