Skip to content

Commit

Permalink
Merge pull request #67 from jgeramb/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.9.2
  • Loading branch information
jgeramb authored May 25, 2024
2 parents 2abad9b + 9a9710c commit 341bfc6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.2](https://github.com/jgeramb/software-challenge-client/compare/v1.9.1...v1.9.2) (2024-05-25)


### Bug Fixes

* **player/weighted:** edge case weight optimization + turn parameter fix ([1b4a894](https://github.com/jgeramb/software-challenge-client/commit/1b4a894563dbc7ba1462e07569413011ea3678c1))

## [1.9.1](https://github.com/jgeramb/software-challenge-client/compare/v1.9.0...v1.9.1) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion player/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.teamgruen.sc</groupId>
<artifactId>client</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
</parent>

<artifactId>player</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>de.teamgruen.sc</groupId>
<artifactId>client</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.teamgruen.sc</groupId>
<artifactId>client</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
</parent>

<artifactId>sdk</artifactId>
Expand Down

0 comments on commit 341bfc6

Please sign in to comment.