diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0345f..f7c7396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] - XXXX-XX-XX +## [0.5.2] - 2021-11-02 +- [#313](https://github.com/owncloud/oauth2/issues/313) - Add occ oauth2:list command +- [#315](https://github.com/owncloud/oauth2/issues/315) - Sanitize output of command oauth2:list-clients +- [#314](https://github.com/owncloud/oauth2/issues/314) - Add occ oauth2:modify-client command ## [0.5.1] - 2021-10-05 @@ -121,7 +124,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Verify Bearer token even if the session is still valid - [#53](https://github.com/owncloud/oauth2/pull/53) - Use displayname on switch user screen - [#90](https://github.com/owncloud/oauth2/pull/90) -[Unreleased]: https://github.com/owncloud/oauth2/compare/v0.5.1...master +[Unreleased]: https://github.com/owncloud/oauth2/compare/v0.5.2...master +[0.5.2]: https://github.com/owncloud/oauth2/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/owncloud/oauth2/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/owncloud/oauth2/compare/v0.4.4...v0.5.0 [0.4.4]: https://github.com/owncloud/oauth2/compare/v0.4.3...v0.4.4 diff --git a/appinfo/info.xml b/appinfo/info.xml index 516a49a..b734b48 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -24,7 +24,7 @@ When using OAuth2 a unique access token is generated for each device or third pa - [OAuth protocol web page](https://oauth.net/2/) AGPL Project Seminar "sciebo@Learnweb" of the University of Münster, Thomas Müller - 0.5.1 + 0.5.2 OAuth2 security https://github.com/owncloud/oauth2 diff --git a/sonar-project.properties b/sonar-project.properties index 0a667aa..ae38b5c 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ # Organization and project keys are displayed in the right sidebar of the project homepage sonar.organization=owncloud-1 sonar.projectKey=owncloud_oauth2 -sonar.projectVersion=0.5.1 +sonar.projectVersion=0.5.2 sonar.host.url=https://sonarcloud.io # =====================================================