diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9701721..cabb1c1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## 2.11.0 – 2025-12-09
+
+### Added
+- Add system tags to AI generated files @marcelklehr [#406](https://github.com/nextcloud/assistant/pull/406)
+
+### Fixed
+- Version number in the file action response is now a float @julien-nc [#414](https://github.com/nextcloud/assistant/pull/414)
+- Fix audio recording and deal with audio watermarking in sub tasks @julien-nc [#413](https://github.com/nextcloud/assistant/pull/413)
+- error handling for last used task type @janepie [#419](https://github.com/nextcloud/assistant/pull/419)
+
+
## 2.10.0 – 2025-12-02
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ab271f6c..c229af2e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -62,7 +62,7 @@ Known providers:
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
]]>
- 2.11.0-dev
+ 2.11.0
agpl
Julien Veyssier
Assistant
diff --git a/package.json b/package.json
index d5807e4b..8ce45362 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "assistant",
- "version": "2.10.0",
+ "version": "2.11.0",
"description": "Nextcloud Assistant",
"main": "index.js",
"directories": {