summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-11 12:31:09 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-11 12:31:09 +0200
commitccac88e75abc39493df9a94da90b6f841d69367d (patch)
tree352b5f8143dcdfa27ee5df1280d0f2d530b6450e
parent4f14a818ef7c8561ae6e9e4357f0ee4471a1cee4 (diff)
v5.0.0v5.0.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43777a77..b9db6988 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 5.0.0 – 2022-10-11
+### Added
+- Nextcloud 25 design
+- Organization chart via manager property
+### Changed
+- New and updated translations
+### Removed
+- Nextcloud 22-24 support
+
## 4.2.1 – 2022-09-19
### Changed
- Important npm package updates
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0374e5b0..76e3be94 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>5.0.0-rc.1</version>
+ <version>5.0.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 2b152937..03bebc22 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.0.0-rc1",
+ "version": "5.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.0.0-rc1",
+ "version": "5.0.0",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
diff --git a/package.json b/package.json
index bfa2d341..b680e569 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": "5.0.0-rc1",
+ "version": "5.0.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",