summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn MolakvoƦ <skjnldsv@users.noreply.github.com>2021-07-28 15:13:36 +0200
committerGitHub <noreply@github.com>2021-07-28 15:13:36 +0200
commit77b41071fc0ded5ccd5d7839fb1f8fa129189530 (patch)
tree7d82820ab69ac804aab6426f46d9c3bc2a9dc735
parent9f1dab23e37c762088d80c634d5722b9241a14dd (diff)
parent2931af6a3a0823e9afe728d8ba783a4f43135700 (diff)
Merge pull request #2380 from nextcloud/release/4.0.1
update to 4.0.1
-rw-r--r--CHANGELOG.md19
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 22 insertions, 3 deletions
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.
</description>
- <version>4.0.0</version>
+ <version>4.0.1</version>
<licence>agpl</licence>
<author>John MolakvoƦ</author>
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Ʀ <skjnldsv@protonmail.com>",
"contributors": [
"John MolakvoƦ <skjnldsv@protonmail.com>",