diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ddadf0..ff1a101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -219,3 +219,8 @@ ### Features * BAC-30 Implement Jackson Mapping via DTOs ([#102](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/102)) ([8d697fd](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/8d697fd311478cf792b4631377de4522ecbda9f7)) +## (2025-12-10) + +### Bug Fixes + +* FRO-29 Websocket Communication ([#104](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/104)) ([fa3d21e](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/fa3d21e3038eb07369764850a9ad9badd269ac57)) diff --git a/versions.env b/versions.env index cfe993b..d1021f7 100644 --- a/versions.env +++ b/versions.env @@ -1,3 +1,3 @@ MAJOR=4 MINOR=9 -PATCH=0 +PATCH=1