From fac007249cfdc16f35cf923455d68156bd56632c Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Tue, 12 Nov 2024 18:07:56 +0100 Subject: [PATCH] chore(release): v6.1.1 Signed-off-by: Hamza Mahjoubi --- 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 a13815507..31980e358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ --> # Changelog +## 6.1.1 – 2024-11-12 +### Fixed +- Encode exported contact groups as UTF-8 +- Respect advanced group sharing settings in frontend + ## 6.1.0 – 2024-08-28 ### Added - Nextcloud 30 support diff --git a/appinfo/info.xml b/appinfo/info.xml index e41e7dd2e..e548c8d52 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ * 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library. - 6.1.0 + 6.1.1 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index 0941b963b..9ac496187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "6.1.0", + "version": "6.1.1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 0f5648599..d950f9c5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contacts", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", - "version": "6.1.0", + "version": "6.1.1", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ",