diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9db75d2..74c0e56a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file. - [Group backend and migration of original SAML groups created as local database groups (user_saml#622)](https://github.com/nextcloud/user_saml/pull/622) +### Fixed + +- [Fix: Also create skeleton for users from environment based auth (user_saml#797)](https://github.com/nextcloud/user_saml/pull/797) + ## 6.0.1 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index d01098c81..b06db47f0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ The following providers are supported and tested at the moment: * Any other provider that authenticates using the environment variable While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]> - 6.1.0 + 6.1.0-rc.1 agpl Lukas Reschke User_SAML