diff --git a/CHANGELOG.md b/CHANGELOG.md index 16611101d..dc5cfc33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.0.3 – 2025-02-12 +### Fixed +- Make circle members visible again by moving them out of the modal +- Filepicker for contact avatar +- Show error on empty group name + ## 6.0.2 – 2025-01-09 ### Fixed - Share address books with user groups diff --git a/appinfo/info.xml b/appinfo/info.xml index 9d78c963b..a5c0c374e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library. - 6.0.2 + 6.0.3 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index d833cd4ba..f01811cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "6.0.2", + "version": "6.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "6.0.2", + "version": "6.0.3", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index b2dea3dfc..5462b68a1 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.0.2", + "version": "6.0.3", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ",