diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca5f434691..eb476c9fb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## [4.0.11](https://github.com/nextcloud/mail/compare/v4.0.10...v4.0.11) (2024-12-17)
+
+
+### Bug Fixes
+
+* **dns:** Update public suffix list ([8da0ac2](https://github.com/nextcloud/mail/commit/8da0ac2a062386dd700cb7bdd5837a90bfbc10cc))
+* wrong path for itinerary executable ([4caf284](https://github.com/nextcloud/mail/commit/4caf2841c294a10c5741688fd5e60a053ed1e3db))
+
+
+
## [4.0.10](https://github.com/nextcloud/mail/compare/v4.0.9...v4.0.10) (2024-12-16)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8546e26952..fffc87d376 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -34,7 +34,7 @@ The rating depends on the installed text processing backend. See [the rating ove
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
]]>
- 4.0.10
+ 4.0.11
agpl
Christoph Wurst
GretaD
diff --git a/package-lock.json b/package-lock.json
index b73782e234..7bf975c5b6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "4.0.10",
+ "version": "4.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 5610d8294f..adba33879d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "4.0.10",
+ "version": "4.0.11",
"author": "Christoph Wurst ",
"license": "agpl",
"private": true,