Skip to content

Commit 87f633f

Browse files
committed
build: prepare release 2.3.1
1 parent e5d599f commit 87f633f

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The 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

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The integration requires an Identity Provider that supports OpenID Connect (e.g.
1919
More 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>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_openidconnect
4-
sonar.projectVersion=2.3.0
4+
sonar.projectVersion=2.3.1
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)