diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 4aca60a3f..c2b04aea1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -7,7 +7,7 @@ jobs: with: submodules: 'recursive' - name: Set up JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: 'zulu' java-version: 8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5193c8c..7bc451d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,15 @@ 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.1.X - 2023-09-XX -- Fix segment boundaries in special cases +### 24.2.X - 2023-10-XX - Crash oversped ships - Allow other player to move on when one is disqualified +- +### 24.1.2 Stable Release - 2023-09-20 ### 24.1.1 Helper Adjustments - 2023-09-14 +- Fully rename simpleclient to playertemplate +- Fix segment bounds special cases ### 24.1.0 Add New Helpers - 2023-09-11 diff --git a/gradle.properties b/gradle.properties index 64e7359f0..bd46efb4e 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=01 \ No newline at end of file +socha.version.patch=02 \ No newline at end of file