Skip to content

Commit 44f29b7

Browse files
committed
release: 21.3.3
1 parent ad8813d commit 44f29b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The version should always be in sync with the [GUI](https://github.com/CAU-Kiel-
99
- `y` is bumped for any major updates or backwards-incompatible changes
1010

1111
## [21.4.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.4.0)
12+
- Removed PlayerScoreRequest - add up the GameResults instead
13+
14+
## [21.3.3](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.3) - 2021-03-01
15+
- Game: Refactor turn advancing logic ([#391](https://github.com/CAU-Kiel-Tech-Inf/backend/pull/391))
16+
- Networking: Improve Exception handling within games and rooms ([#383](https://github.com/CAU-Kiel-Tech-Inf/backend/pull/383))
1217

1318
## [21.3.2](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/21.3.2) - 2021-02-12
1419
### Fixed
@@ -53,4 +58,4 @@ The version should always be in sync with the [GUI](https://github.com/CAU-Kiel-
5358

5459
## 21 - Game Blokus
5560

56-
## 20 - Game Hive
61+
## 20 - Game Hive

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=02
4+
socha.version.patch=03

0 commit comments

Comments
 (0)