From 202d8dd76b3347b3eaaf3138d2044ed3e0ec7dc1 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Mon, 13 Jun 2022 09:13:46 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc4a7d8cfa..05630cf6e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Rework default role provisioning: [#3900](https://github.com/owncloud/ocis/issues/3900) +* Bugfix - Fix version info: [#3953](https://github.com/owncloud/ocis/pull/3953) * Bugfix - Fix graph endpoint: [#3925](https://github.com/owncloud/ocis/issues/3925) * Enhancement - Add audit events for created containers: [#3941](https://github.com/owncloud/ocis/pull/3941) * Enhancement - Disable the color logging in docker compose examples: [#871](https://github.com/owncloud/ocis/issues/871) @@ -21,6 +22,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/3900 +* Bugfix - Fix version info: [#3953](https://github.com/owncloud/ocis/pull/3953) + + We've fixed the version info that is displayed when you run: + + - `ocis version` - `ocis version` + + Since #2918, these commands returned an empty version only. + + https://github.com/owncloud/ocis/pull/3953 + * Bugfix - Fix graph endpoint: [#3925](https://github.com/owncloud/ocis/issues/3925) We have added the memberOf slice to the /users endpoint and the member slice to the /group