From 87d4f87688affaf694f8a35aff36d3809bf65aa5 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Thu, 7 Oct 2021 18:50:10 +0200 Subject: [PATCH 1/2] prepare release 0.5.1 --- CHANGELOG.md | 10 ++++++++-- appinfo/info.xml | 2 +- sonar-project.properties | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e36ad..cb92073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ 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.1] - 2021-10-05 + +### Fixed + +- Fix user lookup in authmodule [#307](https://github.com/owncloud/oauth2/issues/307) + ## [0.5.0] - 2020-08-16 @@ -112,7 +117,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.0...master +[Unreleased]: https://github.com/owncloud/oauth2/compare/v0.5.1...master +[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 [0.4.3]: https://github.com/owncloud/oauth2/compare/v0.4.2...v0.4.3 diff --git a/appinfo/info.xml b/appinfo/info.xml index f7acb19..924e946 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.0 + 0.5.1 OAuth2 security https://github.com/owncloud/oauth2 diff --git a/sonar-project.properties b/sonar-project.properties index 7ca11dc..0a667aa 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.0 +sonar.projectVersion=0.5.1 sonar.host.url=https://sonarcloud.io # ===================================================== From 60025b6c648597907a8812562814b23966827ecc Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Wed, 20 Oct 2021 14:29:18 +0200 Subject: [PATCH 2/2] prepare merge back to master. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb92073..6e0345f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1] - 2021-10-05 ### Fixed