diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f248f9eeada8434450e68617f57a7a93cbf3aae..97976ce5a3c47d4b22f01903e63d46050248c4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.4.3 - 2023-10-19 +### Fixed +- Update vulnerable dependencies + ## 3.4.2 - 2023-10-11 ### Fixed - Use corresponding table alias for recipient search diff --git a/appinfo/info.xml b/appinfo/info.xml index 492230f3e9b813ad22706d0735320888569d410a..1f8716d27e0729ba57f11ca8f088b241db225e8e 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/). ]]></description> - <version>3.4.2</version> + <version>3.4.3</version> <licence>agpl</licence> <author>Greta Doçi</author> <author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author> diff --git a/package-lock.json b/package-lock.json index 1e315d108cbb32bbe595172252ef6ed1df5c8d1f..c63494a195bb8b9277615dbcfc3ac03bb2b02764 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.4.2", + "version": "3.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.4.2", + "version": "3.4.3", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 31483a4463bb6acc90e405d22e84da9576593748..0e5930289a5fe9fef9ebb11a447827b83dce9594 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.4.2", + "version": "3.4.3", "author": "Christoph Wurst <christoph@winzerhof-wurst.at>", "license": "agpl", "private": true,