Automated changelog update [skip ci]

This commit is contained in:
Alex Unger
2020-09-07 10:54:49 +00:00
parent 1ea79c8984
commit 201b9a6526
+9
View File
@@ -8,6 +8,7 @@ The following sections list the changes for ocis-proxy unreleased.
* Bugfix - Fix director selection: [#99](https://github.com/owncloud/ocis-proxy/pull/99)
* Bugfix - Add settings API and app endpoints to example config: [#93](https://github.com/owncloud/ocis-proxy/pull/93)
* Change - Remove accounts caching: [#100](https://github.com/owncloud/ocis-proxy/pull/100)
* Enhancement - Add hello API and app endpoints to example config and builtin config: [#96](https://github.com/owncloud/ocis-proxy/pull/96)
* Enhancement - Add roleIDs to the access token: [#95](https://github.com/owncloud/ocis-proxy/pull/95)
@@ -28,6 +29,14 @@ The following sections list the changes for ocis-proxy unreleased.
https://github.com/owncloud/ocis-proxy/pull/93
* Change - Remove accounts caching: [#100](https://github.com/owncloud/ocis-proxy/pull/100)
We removed the accounts cache in order to avoid problems with accounts that have been updated in
the accounts service.
https://github.com/owncloud/ocis-proxy/pull/100
* Enhancement - Add hello API and app endpoints to example config and builtin config: [#96](https://github.com/owncloud/ocis-proxy/pull/96)
We added the ocis-hello API and app endpoints to both the example config and the builtin config.