summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-29 15:18:47 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-29 15:21:56 +0100
commit6b31775f842f4c4f822c3285e9e2d84642ac0539 (patch)
treeebe15a83f023470bbe3c163b24008a1eeb5f0e09
parent28d71c8ba98d97dcbedc033e3c402ead6cfad546 (diff)
3.2.0v3.2.0
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 009df8bd..d11f12c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 3.2.0 – 2020-02-29
+### Fixed
+- Fix first contact sync (Contact saving hangs and protocol says uid already exists)
+ [\#1488](https://github.com/nextcloud/contacts/pull/1488) ([skjnldsv](https://github.com/skjnldsv))
+
+### Updated
+- Translations
+
## 3.1.9 – 2020-02-26
### Enhancements
- Fix sorting and wording of contact picture actions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c872c87c..6295f9ca 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>3.1.9</version>
+ <version>3.2.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
diff --git a/package-lock.json b/package-lock.json
index 826d95c5..6e05bd00 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.1.9",
+ "version": "3.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9d876d73..43e72887 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": "3.1.9",
+ "version": "3.2.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",