Skip to content

Commit a11b4fc

Browse files
committed
release: 21.3.2
1 parent 4f33fc0 commit a11b4fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The version should always be in sync with the [GUI](https://github.com/CAU-Kiel-
1010

1111
## [21.4.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.4.0)
1212

13+
## [21.3.2](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.2) - 2021-02-12
14+
### Fixed
15+
- GameState: Round number is now always aligned with turn number (49676b64c)
16+
- TestClient: prevent a race-condition that could occur when getting the results of the first game (4f33fc01f)
17+
1318
## [21.3.1](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.1) - 2021-02-11
1419
### Fixed
1520
- Fix GameState clone, hashCode and equals to include [undeployedPieceShapes](https://github.com/CAU-Kiel-Tech-Inf/backend/commit/010f077747d4bba0a9397b536da7f48d88bf1a74) and [validColors](https://github.com/CAU-Kiel-Tech-Inf/backend/commit/cbda82827932cd288576ba0320c03615cba9dab7)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
socha.gameName=blokus
22
socha.version.year=21
33
socha.version.minor=03
4-
socha.version.patch=01
4+
socha.version.patch=02

0 commit comments

Comments
 (0)