Automated changelog update [skip ci]

This commit is contained in:
Florian Schade
2021-01-20 23:05:36 +00:00
parent 03c1416a4a
commit b1d0fbbd3e

View File

@@ -12,6 +12,7 @@ The following sections list the changes for unreleased.
* Change - Update go version: [#1364](https://github.com/owncloud/ocis/pull/1364)
* Change - Update ownCloud Web to v1.0.1: [#1191](https://github.com/owncloud/ocis/pull/1191)
* Enhancement - Add OCIS_URL env var: [#1148](https://github.com/owncloud/ocis/pull/1148)
* Enhancement - Use sync.cache for roles cache: [#1367](https://github.com/owncloud/ocis/pull/1367)
* Enhancement - Add named locks and refactor cache: [#1212](https://github.com/owncloud/ocis/pull/1212)
* Enhancement - Update reva to v1.4.1-0.20210111080247-f2b63bfd6825: [#1194](https://github.com/owncloud/ocis/pull/1194)
@@ -91,6 +92,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/1148
* Enhancement - Use sync.cache for roles cache: [#1367](https://github.com/owncloud/ocis/pull/1367)
Tags: ocis-pkg
Update ocis-pkg/roles cache to use ocis-pkg/sync cache
https://github.com/owncloud/ocis/pull/1367
* Enhancement - Add named locks and refactor cache: [#1212](https://github.com/owncloud/ocis/pull/1212)
Tags: ocis-pkg, accounts