diff --git a/CHANGELOG.md b/CHANGELOG.md index 274a80446..1e342b376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ * Enhancement - Add new REVA config variables to docs: [#345](https://github.com/owncloud/ocis/pull/345) * Enhancement - Update extensions: [#180](https://github.com/owncloud/ocis/pull/180) * Enhancement - Update extensions 2020-07-01: [#357](https://github.com/owncloud/ocis/pull/357) +* Enhancement - Update extensions 2020-09-02: [#516](https://github.com/owncloud/ocis/pull/516) * Enhancement - Update extensions: [#209](https://github.com/owncloud/ocis/pull/209) * Enhancement - Update extensions: [#151](https://github.com/owncloud/ocis/pull/151) * Enhancement - Update extensions 2020-07-10: [#376](https://github.com/owncloud/ocis/pull/376) @@ -232,6 +233,14 @@ https://github.com/owncloud/ocis/pull/357 +* Enhancement - Update extensions 2020-09-02: [#516](https://github.com/owncloud/ocis/pull/516) + + - ocis-accounts 0.4.2-0.20200828150703-2ca83cf4ac20 - ocis-ocs 0.3.1 - ocis-settings + 0.3.2-0.20200828130413-0cc0f5bf26fe + + https://github.com/owncloud/ocis/pull/516 + + * Enhancement - Update extensions: [#209](https://github.com/owncloud/ocis/pull/209) We've updated various extensions: - ocis-konnectd v0.3.1 - ocis-phoenix v0.5.0 (phoenix diff --git a/go.mod b/go.mod index d689d0481..8b441c2ab 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,6 @@ require ( go.opencensus.io v0.22.4 go.uber.org/atomic v1.5.1 // indirect go.uber.org/multierr v1.4.0 // indirect - golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6 // indirect golang.org/x/text v0.3.3 // indirect