diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d9e8713..f56284659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ 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. +### 24.0.6 Refine Adjuncts - 2023-08-24 +- Properly handle consecutive advances +- Fix ScoreDefinition + ### 24.0.5 Eliminating Oversights - 2023-08-23 - Revamp calculation structure for available Moves - Add some helpers and documentation diff --git a/gradle.properties b/gradle.properties index 4a13ef389..2e7d9cc3e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ socha.gameName=mississippi socha.version.year=24 socha.version.minor=00 -socha.version.patch=05 \ No newline at end of file +socha.version.patch=06 \ No newline at end of file