diff --git a/CHANGELOG.md b/CHANGELOG.md index d56ae8b25..73ddb2de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,20 @@ The following sections list the changes for ocis-proxy unreleased. ## Summary +* 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) * 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) ## Details +* Bugfix - Fix director selection: [#99](https://github.com/owncloud/ocis-proxy/pull/99) + + We fixed a bug where simultaneous requests could be executed on the wrong backend. + + 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) We had the ocis-settings API and app endpoints in the builtin config already, but they were