From 7eceea6df44efd8157b6ed6859229acda0e991ab Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 25 Jun 2024 12:46:51 +0200 Subject: [PATCH] chore(release): v3.7.2 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index face5ceb9..068ef259f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.7.2 +### Fixed +* Handling of missing raw message +* Horde cache inconsistencies in background jobs +* Handling of MDN requests +* Missing backend check for download permissions for cloud attachments +* Shipping of PHP test files +* Vulnerable frontend packages + ## 3.7.1 – 2024-06-06 ### Fixed * Save attachments to Files diff --git a/appinfo/info.xml b/appinfo/info.xml index 51b207ae0..e660a2ae2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -29,7 +29,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/). ]]> - 3.7.2-alpha.1 + 3.7.2 agpl Christoph Wurst Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index d8cf061b2..a8c4758db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.7.1", + "version": "3.7.2", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 188b2b76b..66b21afc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.7.1", + "version": "3.7.2", "author": "Christoph Wurst ", "license": "agpl", "private": true,