From 465489ffeb0ea8a89f65e9eeaf9f7a2a772d26c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Villafa=C3=B1ez?= Date: Tue, 13 Aug 2024 09:38:30 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d26eefb..32fdf0dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ The following sections list the changes for unreleased. * Enhancement - Add an API to auth-app service: [#9755](https://github.com/owncloud/ocis/pull/9755) * Enhancement - Bump go-micro plugins pkg: [#9756](https://github.com/owncloud/ocis/pull/9756) * Enhancement - Bump reva: [#9763](https://github.com/owncloud/ocis/pull/9763) +* Enhancement - Refactor the connector in the collaboration service: [#9771](https://github.com/owncloud/ocis/pull/9771) * Enhancement - Add OCIS_ENABLE_OCM env var: [#9784](https://github.com/owncloud/ocis/pull/9784) ## Details @@ -212,6 +213,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9714 https://github.com/owncloud/ocis/pull/9715 +* Enhancement - Refactor the connector in the collaboration service: [#9771](https://github.com/owncloud/ocis/pull/9771) + + This will simplify and homogenize the code around the connector + + https://github.com/owncloud/ocis/pull/9771 + * Enhancement - Add OCIS_ENABLE_OCM env var: [#9784](https://github.com/owncloud/ocis/pull/9784) We added a new `OCIS_ENABLE_OCM` env var that will enable all ocm flags.