diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8aad1..a315d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -187,3 +187,8 @@ ### Bug Fixes * **api:** BAC-23 Remove old polling code ([#95](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/95)) ([a55f0b4](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/a55f0b4b6164a47e3524422650ed99d10f9c8b0d)) +## (2025-12-01) + +### Bug Fixes + +* FRO-6 Websocket Close Handle ([#96](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/96)) ([3585566](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/358556612ec74601c8b31125e4e65f750abf8c4c)) diff --git a/versions.env b/versions.env index 8ed1ef6..2120a1c 100644 --- a/versions.env +++ b/versions.env @@ -1,3 +1,3 @@ MAJOR=4 MINOR=6 -PATCH=1 +PATCH=2