diff --git a/CHANGELOG.md b/CHANGELOG.md index d8971d2..3df9c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -408,3 +408,8 @@ ### 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)) +## (2026-01-20) + +### Features + +* Use environment variables for Keycloak client configuration in staging ([fccd94c](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/fccd94cc11db43f99eded13207cc93fb59d8703e)) diff --git a/versions.env b/versions.env index 263ce3c..39145d5 100644 --- a/versions.env +++ b/versions.env @@ -1,3 +1,3 @@ MAJOR=4 -MINOR=43 +MINOR=44 PATCH=0