diff --git a/CHANGELOG.md b/CHANGELOG.md index e1842641f..3dccae2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The version should always be in sync with the [GUI](https://github.com/software- and likely contains breaking changes between patches. ### 24.2.0 - 2023-10-XX -- Disqualify oversped ship +- Disqualify ship that cannot move because it is too fast - Allow other player to move on when one is disqualified - Grey out winning ship so second player can follow diff --git a/gradle.properties b/gradle.properties index 5360288a6..4b9d7f642 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ socha.gameName=mississippi socha.version.year=24 socha.version.minor=01 -socha.version.patch=03 \ No newline at end of file +socha.version.patch=04 \ No newline at end of file