diff --git a/CHANGELOG.md b/CHANGELOG.md index 2071221fc..7f2e17d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ The version should always be in sync with the [GUI](https://github.com/software- (add points depending on speed of reaching goal, do not require passengers?) - Improve XML protocol +### 24.2.5 No points for stuck ship - 2024-03-27 + ### 24.2.4 Adjust game ending inaccuracies - 2024-03-21 - Immediately end game when one player gets stuck - Fix incorrect winner for edge cases involving segment distance diff --git a/gradle.properties b/gradle.properties index 2c6c49f15..9814d2250 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ socha.gameName=mississippi socha.version.year=24 socha.version.minor=02 -socha.version.patch=04 \ No newline at end of file +socha.version.patch=05 \ No newline at end of file