diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95a6c73b88..7a94e054a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.2.10 - 2024-06-26
+### Fixed
+* Rate limit
+* Backend check for download permissions for cloud attachments
+
## 2.2.9 - 2023-10-19
### Fixed
- Update vulnerable dependencies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9b5c2ba46c..0d27c9040b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]>
- 2.2.9
+ 2.2.10
agpl
Greta Doçi
Nextcloud Groupware Team
diff --git a/package-lock.json b/package-lock.json
index 6c6e473aa0..cbb09f3c87 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "2.2.9",
+ "version": "2.2.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "2.2.9",
+ "version": "2.2.10",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index 685b1fdbb1..82af201b85 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "2.2.9",
+ "version": "2.2.10",
"author": "Christoph Wurst ",
"license": "agpl",
"private": true,