diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b232ed490..29c5f09d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 8.2.11 + +### Fixed + +* Always pass is_admin property to userextrainfo [#3735](https://github.com/nextcloud/richdocuments/pull/3735) +* Use new property for admin user indication [#3753](https://github.com/nextcloud/richdocuments/pull/3753) +* Use new property for guest indication [#3761](https://github.com/nextcloud/richdocuments/pull/3761) +* Run move in lock scope of the user [#3774](https://github.com/nextcloud/richdocuments/pull/3774) + +### Other + +* Update nextcloud/ocp dependency [#3695](https://github.com/nextcloud/richdocuments/pull/3695) +* Update nextcloud/ocp dependency [#3724](https://github.com/nextcloud/richdocuments/pull/3724) +* Update nextcloud/ocp dependency [#3747](https://github.com/nextcloud/richdocuments/pull/3747) + ## 8.2.10 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 60d22424a0..70d63267be 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.2.10 + 8.2.11 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index d8606806ae..8f9328cb47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "richdocuments", - "version": "8.2.9", + "version": "8.2.11", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 110e38cdab..cd2945542a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.2.10", + "version": "8.2.11", "authors": [ { "name": "Julius Härtl", @@ -83,4 +83,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} \ No newline at end of file +}