From d970d5df0fa835d663c4390e3064759cad28e284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 5 Jul 2021 11:09:31 +0200 Subject: 4.0.0-rc.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4671e9..2d164ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [v4.0.0-rc0](https://github.com/nextcloud/contacts/tree/v4.0.0-rc0) (2021-07-05) + +[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0-beta.3...v4.0.0-rc0) + +### Enhancements +- Support population count + [\#2295](https://github.com/nextcloud/contacts/pull/2295) ([skjnldsv](https://github.com/skjnldsv)) + +### Fixed +- Fix circle membership request + [\#2316](https://github.com/nextcloud/contacts/pull/2316) ([skjnldsv](https://github.com/skjnldsv)) +- Support contacts member type + [\#2298](https://github.com/nextcloud/contacts/pull/2298) ([skjnldsv](https://github.com/skjnldsv)) +- Fix circles icon + [\#2328](https://github.com/nextcloud/contacts/pull/2328) ([skjnldsv](https://github.com/skjnldsv)) +- l10n: Error message changed + [\#2326](https://github.com/nextcloud/contacts/pull/2326) ([Valdnet](https://github.com/Valdnet)) +- l10n: Change to a capital letter + [\#2305](https://github.com/nextcloud/contacts/pull/2305) ([Valdnet](https://github.com/Valdnet)) +- l10n: Change to a capital letter + [\#2304](https://github.com/nextcloud/contacts/pull/2304) ([Valdnet](https://github.com/Valdnet)) + ## [v4.0.0-beta.3](https://github.com/nextcloud/contacts/tree/v4.0.0-beta.3) (2021-06-21) [Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0-beta.2...v4.0.0-beta.3) diff --git a/appinfo/info.xml b/appinfo/info.xml index 6cbfd99b..f00c9dcc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ * šŸ™ˆ **Weā€™re not reinventing the wheel!** Based on the great and open SabreDAV library. - 4.0.0-beta.3 + 4.0.0-rc.0 agpl John MolakvoƦ diff --git a/package-lock.json b/package-lock.json index d938933e..7b82c33d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "contacts", - "version": "4.0.0-beta.3", + "version": "4.0.0-rc.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.0.0-beta.3", + "version": "4.0.0-rc.0", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.3.1", diff --git a/package.json b/package.json index f06cbda6..9fcbecc0 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": "4.0.0-beta.3", + "version": "4.0.0-rc.0", "author": "John MolakvoƦ ", "contributors": [ "John MolakvoƦ ", -- cgit v1.2.3