File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ Unreleased ] - XXXX-xx-xx
7+ ## [ 2.3.1 ] - 2024-10-17
88
9+ ### Fixed
10+
11+ - [ #319 ] ( https://github.com/owncloud/openidconnect/pull/319 ) - fix: do not spam log file when running in parallel with oauth app
912
1013## [ 2.3.0] - 2024-07-10
1114
@@ -106,7 +109,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
106109
107110- Initial Release
108111
109- [ Unreleased ] : https://github.com/owncloud/openidconnect/compare/v2.3.0...master
112+ [ Unreleased ] : https://github.com/owncloud/openidconnect/compare/v2.3.1...master
113+ [ 2.3.1 ] : https://github.com/owncloud/openidconnect/compare/v2.3.0...v2.3.1
110114[ 2.3.0 ] : https://github.com/owncloud/openidconnect/compare/v2.2.0...v2.3.0
111115[ 2.2.0 ] : https://github.com/owncloud/openidconnect/compare/v2.1.1...v2.2.0
112116[ 2.1.1 ] : https://github.com/owncloud/openidconnect/compare/v2.1.0...v2.1.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The integration requires an Identity Provider that supports OpenID Connect (e.g.
1919More information on setup, configuration and migration can be found in the ownCloud Documentation.</description >
2020 <licence >GPLv2</licence >
2121 <author >Thomas Müller</author >
22- <version >2.3.0 </version >
22+ <version >2.3.1 </version >
2323 <namespace >OpenIdConnect</namespace >
2424 <category >integration</category >
2525 <documentation >
Original file line number Diff line number Diff line change 11# Organization and project keys are displayed in the right sidebar of the project homepage
22sonar.organization =owncloud-1
33sonar.projectKey =owncloud_openidconnect
4- sonar.projectVersion =2.3.0
4+ sonar.projectVersion =2.3.1
55sonar.host.url =https://sonarcloud.io
66
77# =====================================================
You can’t perform that action at this time.
0 commit comments