diff --git a/modules/tournament/CHANGELOG.md b/modules/tournament/CHANGELOG.md new file mode 100644 index 0000000..e997b7e --- /dev/null +++ b/modules/tournament/CHANGELOG.md @@ -0,0 +1,12 @@ +## (2026-06-10) + +### Features + +* NCS-121 pipeline for tournament ([#68](https://git.janis-eccarius.de/NowChess/NowChessSystems/issues/68)) ([145f467](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/145f4676483f92bfe6f2d9ca40e2cb4200982e87)) +* NCS-82 add Swiss-system tournament module ([#55](https://git.janis-eccarius.de/NowChess/NowChessSystems/issues/55)) ([c5661de](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/c5661de4a0ebf4b33211f5a391840dcf744656b7)) +* **reflection:** add GameWritebackEventDto to native reflection configuration ([1aee39c](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/1aee39c1ad286984501ac4b47da2b72d60b58a6f)) +* **reflection:** add native reflection configuration for tournament classes ([65bc6a7](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/65bc6a759937543df2d29905688bfa9e68d0c9d4)) + +### Bug Fixes + +* **tournament:** replace scala.util.Random singleton with UUID for native image ([a50884a](https://git.janis-eccarius.de/NowChess/NowChessSystems/commit/a50884a11b1de500e74c18fd08d2d102d53cc3e9)) diff --git a/modules/tournament/versions.env b/modules/tournament/versions.env index 0e288f2..c4928ee 100644 --- a/modules/tournament/versions.env +++ b/modules/tournament/versions.env @@ -1,3 +1,3 @@ MAJOR=0 -MINOR=1 +MINOR=2 PATCH=0