From cd789d55dee66a40cace22c588e66942f6e92b1d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 26 Jun 2024 14:12:17 +0200 Subject: [PATCH] chore(release): v2.2.10 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) 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,