diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c7df6df..e059d3c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ - SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors - SPDX-License-Identifier: AGPL-3.0-or-later --> -# [7.0.0](https://github.com/nextcloud/contacts/compare/v6.1.0-alpha.2...v7.0.0-alpha.1) (2025-01-07) +# [7.0.0](https://github.com/nextcloud/contacts/compare/v6.1.0-alpha.2...v7.0.0-beta.1) (2025-01-09) ### Bug Fixes +* share address books with user groups ([6e87aca](https://github.com/nextcloud/contacts/pull/4291/commits/6e87aca3c4406cebc4b0699a489bd247355c91b3)) * **circles** misaligned member modal headings ([a5ec367](https://github.com/nextcloud/contacts/commit/a5ec3675565a450b5b2da09b5b97714df059d483)) * adjust spacing and alignment in the contact details view ([75ee842](https://github.com/nextcloud/contacts/commit/75ee842cd90db8c6436c18855090b4319c442f75)) * Adjust styling of team resource images ([8b65d58](https://github.com/nextcloud/contacts/commit/8b65d581e5ce6ddffa75695f141abda824dd12ce)) diff --git a/appinfo/info.xml b/appinfo/info.xml index a0268f8b8..7c6bd7cba 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. - 7.0.0-alpha.1 + 7.0.0-beta.1 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index 5a0b30f75..b4b554735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "7.0.0-alpha.1", + "version": "7.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "7.0.0-alpha.1", + "version": "7.0.0-beta.1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 3a1fc77c5..70ccb60f6 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": "7.0.0-alpha.1", + "version": "7.0.0-beta.1", "author": "John MolakvoƦ ", "contributors": [ "John MolakvoƦ ",