Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2021-12-22 08:26:16 +00:00
parent 14eb93097c
commit 5de8748acf

View File

@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Add `ocis storage-auth-machine` subcommand: [#2910](https://github.com/owncloud/ocis/pull/2910)
* Bugfix - Fix configuration for space membership endpoint: [#2893](https://github.com/owncloud/ocis/pull/2893)
* Change - Update the graph api: [#2885](https://github.com/owncloud/ocis/pull/2885)
* Change - Update libre-graph-api to v0.3.0: [#2858](https://github.com/owncloud/ocis/pull/2858)
@@ -16,6 +17,12 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Add `ocis storage-auth-machine` subcommand: [#2910](https://github.com/owncloud/ocis/pull/2910)
We added the ocis subcommand to start the machine auth provider.
https://github.com/owncloud/ocis/pull/2910
* Bugfix - Fix configuration for space membership endpoint: [#2893](https://github.com/owncloud/ocis/pull/2893)
Added a missing config value to the ocs config related to the space membership endpoint.