diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e8d8f28..d8fa853a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.17.1 - 2025-11-09 + +### Fixed +- Show users in sharing search bar #2971 + ## 0.17.0 - 2025-10-22 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 8af8333ee..f0277660c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.17.0 + 0.17.1 agpl Raimund Schlüßler Tasks diff --git a/package-lock.json b/package-lock.json index 928b56455..bd49496ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tasks", - "version": "0.17.0", + "version": "0.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tasks", - "version": "0.17.0", + "version": "0.17.1", "license": "AGPLv3", "dependencies": { "@nextcloud/axios": "^2.5.2", diff --git a/package.json b/package.json index 7696ae616..8244a5914 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.17.0", + "version": "0.17.1", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"