Skip to content

Commit 53bdf61

Browse files
committed
release: 22.0.1
1 parent b3c403d commit 53bdf61

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ 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
A `y` version of 0 indicates the beta of the current year.
1111

12-
## [22.0.1](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.1)
12+
## [22.0.2](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.2) - 2021-07
1313
- Removed PlayerScoreRequest - add up the GameResults instead
1414

15-
## [22.0.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.0)
16-
- Restructure folders to follow JVM standards
15+
## [22.0.1](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.1) - 2021-06-25
16+
### Ostseeschach
17+
- Implemented proper winner calculation
18+
- Added some utility methods
19+
- Adjusted XML
20+
21+
## [22.0.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.0) - 2021-06-11
22+
- Restructured folders to follow JVM standards
1723
- Simplified interface for player development
1824

1925
## 2022 Game Ostseeschach - 2021-06-11

gradle.properties

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

0 commit comments

Comments
 (0)