diff --git a/CHANGELOG.md b/CHANGELOG.md index 8708160b..9c94b438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 4.0.1 - 2021-07-28 + +[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0...v4.0.1) + +### Enhancements +- Streamlined Settings + [\#2372](https://github.com/nextcloud/contacts/pull/2372) ([szaimen](https://github.com/szaimen)) +- Wording improvements + [\#2350](https://github.com/nextcloud/contacts/pull/2350) ([Valdnet](https://github.com/Valdnet)) +- Various dependencies updates + +### Fixed +- Fixed dark contacts icon + [\#2340](https://github.com/nextcloud/contacts/pull/2340) ([skjnldsv](https://github.com/skjnldsv)) +- Adjusted the padding of app-content-details + [\#2341](https://github.com/nextcloud/contacts/pull/2341) ([szaimen](https://github.com/szaimen)) +- Fixed call on null in SocialApiService + [\#2351](https://github.com/nextcloud/contacts/pull/2351) ([juliushaertl](https://github.com/juliushaertl)) + ## 4.0.0 - 2021-07-06 [Full Changelog](https://github.com/nextcloud/contacts/compare/v3.5.1...v4.0.0) diff --git a/appinfo/info.xml b/appinfo/info.xml index 8d619482..adae62e3 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 + 4.0.1 agpl John MolakvoƦ diff --git a/package-lock.json b/package-lock.json index fb1348dc..2b821867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "contacts", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 950a237d..b0eacf4f 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", + "version": "4.0.1", "author": "John MolakvoƦ ", "contributors": [ "John MolakvoƦ ",