summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e3446168..f65eeb95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## 3.1.2 – 2019-06-10
+
+### Added
+- Components update, enhanced design and avatar management
+ [#1103](https://github.com/nextcloud/contacts/pull/1103)
+
+### Fixed
+- Capture ctrl+s
+ [#1102](https://github.com/nextcloud/contacts/pull/1102)
+- Fix ghost contact when scrolling
+ [#1132](https://github.com/nextcloud/contacts/pull/1132)
+- Fix alignment and remove addressbook selector if only one
+ [#1074](https://github.com/nextcloud/contacts/pull/1074)
+
+### Updated
+- [Security] axios library
+- Dependencies
+- Translations
+
## 3.1.1 – 2019-04-16
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7c0e53d1..7d2a1648 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.1</version>
+ <version>3.1.2</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
diff --git a/package-lock.json b/package-lock.json
index b37e8766..9a7ce98d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.1.1",
+ "version": "3.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 52e1bdd7..f19b05b2 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.1",
+ "version": "3.1.2",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",