From 782dd08b598ebfef040a4d714b5ba9fec26ef174 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 9 Jun 2022 12:37:07 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff9608849..3951601529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes for unreleased. + +[unreleased]: https://github.com/owncloud/ocis/compare/v2.0.0...master + +## Summary + +* Bugfix - Rework default role provisioning: [#3900](https://github.com/owncloud/ocis/issues/3900) + +## Details + +* Bugfix - Rework default role provisioning: [#3900](https://github.com/owncloud/ocis/issues/3900) + + We fixed a race condition in the default role assignment code that could lead to users loosing + privileges. When authenticating before the settings service was fully running. + + https://github.com/owncloud/ocis/issues/3900 # Changelog for [2.0.0-beta.3] (2022-06-08) The following sections list the changes for 2.0.0-beta.3.