Skip to content

Commit

Permalink
Merge pull request #193 from owncloud/release-2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
jnweiger authored Nov 17, 2021
2 parents fcc533c + 9f4b68e commit 45393e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased] - XXXX-XX-XX

- PKCE Flow challenge was not used - [#170](https://github.com/owncloud/openidconnect/pull/170)

- Use random_bytes to generate auto-provisioning user-id and password - [#154](https://github.com/owncloud/openidconnect/issues/154)

- Provision accounts based on auto-provisioning claim - [#149](https://github.com/owncloud/openidconnect/issues/149)
## [2.1.0] - 2021-10-29

- chore: jumbojett/openid-connect-php seems unmaintained - we move to juliuspc/openid-connect-php [#183](https://github.com/owncloud/openidconnect/pull/183)
- [Enhancement] Add db as additional settings storage backend [167](https://github.com/owncloud/openidconnect/pull/167)
- PKCE Flow challenge was not used - [#170](https://github.com/owncloud/openidconnect/pull/170)
- Use random_bytes to generate auto-provisioning user-id and password - [#154](https://github.com/owncloud/openidconnect/issues/154)
- Provision accounts based on auto-provisioning claim - [#149](https://github.com/owncloud/openidconnect/issues/149)
- Add app db table as additional, optional config storage - [#67](https://github.com/owncloud/openidconnect/pull/167)


## [2.0.0] - 2021-01-10

### Added
Expand Down Expand Up @@ -57,7 +61,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Initial Release

[Unreleased]: https://github.com/owncloud/openidconnect/compare/v2.0.0...master
[Unreleased]: https://github.com/owncloud/openidconnect/compare/v2.1.0...master
[2.1.0]: https://github.com/owncloud/openidconnect/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/owncloud/openidconnect/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/owncloud/openidconnect/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/owncloud/openidconnect/compare/0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The integration requires an Identity Provider that supports OpenID Connect (e.g.
More information on setup, configuration and migration can be found in the ownCloud Documentation.</description>
<licence>GPLv2</licence>
<author>Thomas Müller</author>
<version>2.0.0</version>
<version>2.1.0</version>
<namespace>OpenIdConnect</namespace>
<category>integration</category>
<documentation>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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_openidconnect
sonar.projectVersion=1.0
sonar.projectVersion=2.1.0
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit 45393e4

Please sign in to comment.