diff --git a/CHANGELOG.md b/CHANGELOG.md index 611fb51..d8971d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -403,3 +403,8 @@ ### Features * Add mainRoute configuration for OpenID in application and environment files ([4f52c1a](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/4f52c1a0f30cf0b917452149a52b53b94d82a7c9)) +## (2026-01-20) + +### Features + +* Simplify authorization request creation in OpenIDConnectService and use environment variables for Keycloak configuration ([82a9706](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/82a9706deb97db193015e55a048830d496e76d83)) diff --git a/versions.env b/versions.env index 64213e8..263ce3c 100644 --- a/versions.env +++ b/versions.env @@ -1,3 +1,3 @@ MAJOR=4 -MINOR=42 +MINOR=43 PATCH=0