diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b183131..578bbfe0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
+
+
Version 2.1.1 - 28/08/2024
+
Version 2.1.0 - 28/08/2024
- [Ollama API] It's now possible to use a local LMM using Ollama [#79].
diff --git a/manifest.json b/manifest.json
index aec82b0c..31ac877b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "2.1.0",
+ "version": "2.1.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 c6c2252e..b0896563 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,8 +7,12 @@
ThunderAI Release Notes
-
Version 2.1.0 - 28/08/2024
+
Version 2.1.1 - 28/08/2024
+
Version 2.1.0 - 28/08/2024
+
- [Ollama API] It's now possible to use a local LMM using Ollama [#79].
- [ChatGPT API][Ollama API] Added a "Stop" button to stop the current elaboration [#113].
- [ChatGPT API] If the configuration is missing the model or the API key, an error message is now provided, and there is no more fallback to the ChatGPT web interface [#111].