diff --git a/CHANGELOG.md b/CHANGELOG.md index c143d14..cd657f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -453,3 +453,8 @@ ### Features * Implement OAuth session management with Redis caching for OpenID user data ([0430c7f](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/0430c7f4deb37661c697406a714e2693bf0c7307)) +## (2026-01-21) + +### Features + +* Update CORS allowed origins to use production URL ([66b5594](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/66b55945eb8f095c08a8f859955d31f7fc32ce0e)) diff --git a/versions.env b/versions.env index 8846fb3..dd72fe4 100644 --- a/versions.env +++ b/versions.env @@ -1,3 +1,3 @@ MAJOR=4 -MINOR=52 +MINOR=53 PATCH=0