From 313079e1c4b311c0ad6f5bb4a8e1bc2c6375949d Mon Sep 17 00:00:00 2001 From: hosy Date: Thu, 16 Dec 2021 15:25:18 +0000 Subject: [PATCH] Calens changelog updated --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac2cc778..3c0fa5c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +Changelog for ownCloud iOS Client [11.8.1] (2021-12-17) +======================================= +The following sections list the changes in ownCloud iOS Client 11.8.1 relevant to +ownCloud admins and users. + +[11.8.1]: https://github.com/owncloud/ios-app/compare/milestone/11.8.0...milestone/11.8.1 + +Summary +------- + +* Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/1068) + +Details +------- + +* Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/1068) + + Adds authentication-oauth2.oidc-fallback-on-client-registration-failure - + defaulting to true - to allow the automatic fallback to default client_id / client_secret if + OpenID Connect Dynamic Client Registration fails with any error. Furthermore fixed an + infinite OAuth2 token refresh loop via SDK update. + + https://github.com/owncloud/ios-app/pull/1068 + Changelog for ownCloud iOS Client [11.8.0] (2021-12-01) ======================================= The following sections list the changes in ownCloud iOS Client 11.8.0 relevant to