diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc55a7e0..739c0dc48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ The version should always be in sync with the [GUI](https://github.com/software- A `y` version of 0 marks the beta of the current year and likely contains breaking changes between patches. +### 25.0.5 Little Fixes - 2024-07-01 +- Remove round number from GameState +- End game with turn 60 +- Update CI Pipeline + ### 25.0.4 Allow Follow-up Move - 2024-06-26 - Always finish the round even if one player is already in the goal - Emit proper GameResult when game ends regularly through implementing WinCondition diff --git a/gradle.properties b/gradle.properties index 1fcc094c3..ab343a2fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ socha.gameName=hui socha.version.year=25 socha.version.minor=00 -socha.version.patch=04 +socha.version.patch=05 socha.version.suffix= \ No newline at end of file