diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73d72408..a5f4b0e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,11 @@
+
Version 3.1.3 - 02/02/2025
+
+ - [ChatGPT Web] Correctly hiding the "Download Sparks" message when using [#245].
+ - [ChatGPT Web] Added support to autochoose the new o1, o3-mini and o3-mini-high models [#244].
+
Version 3.1.2 - 29/01/2025
- Forcing ThunderAI menu reload when installing Sparks [#240].
diff --git a/manifest.json b/manifest.json
index e9669182..8504edc1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "3.1.2",
+ "version": "3.1.3",
"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 147d01b3..024e7359 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,6 +7,11 @@
ThunderAI Release Notes
+
Version 3.1.3 - 02/02/2025
+
+ - [ChatGPT Web] Correctly hiding the "Download Sparks" message when using [#245].
+ - [ChatGPT Web] Added support to autochoose the new o1, o3-mini and o3-mini-high models [#244].
+
Version 3.1.2 - 29/01/2025
- Forcing ThunderAI menu reload when installing Sparks [#240].