diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4122e94..788418e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bf0d3d5..c5c3323 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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.
GPLv2
Thomas Müller
- 2.0.0
+ 2.1.0
OpenIdConnect
integration
diff --git a/sonar-project.properties b/sonar-project.properties
index 4224665..bb1f0a9 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_openidconnect
-sonar.projectVersion=1.0
+sonar.projectVersion=2.1.0
sonar.host.url=https://sonarcloud.io
# =====================================================