Skip to content

Commit

Permalink
chore(release): 20.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [20.4.1](v20.4.0...v20.4.1) (2024-08-20)

### Bug Fixes

* downgrade openapi (again) ([33648c2](33648c2))
  • Loading branch information
semantic-release-bot committed Aug 20, 2024
1 parent 33648c2 commit 9c17055
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [20.4.1](https://github.com/terrestris/shogun/compare/v20.4.0...v20.4.1) (2024-08-20)


### Bug Fixes

* downgrade openapi (again) ([33648c2](https://github.com/terrestris/shogun/commit/33648c2818e173537385838f1e2736d5f8d31024))

# [20.4.0](https://github.com/terrestris/shogun/compare/v20.3.1...v20.4.0) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.4.1-SNAPSHOT</version>
<version>20.4.1</version>
<name>SHOGun</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion shogun-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.4.1-SNAPSHOT</version>
<version>20.4.1</version>
</parent>

<artifactId>shogun-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.4.1-SNAPSHOT</version>
<version>20.4.1</version>
</parent>

<artifactId>shogun-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-gs-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.4.1-SNAPSHOT</version>
<version>20.4.1</version>
</parent>

<artifactId>shogun-gs-interceptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.4.1-SNAPSHOT</version>
<version>20.4.1</version>
</parent>

<artifactId>shogun-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>shogun</artifactId>
<groupId>de.terrestris</groupId>
<version>20.4.1-SNAPSHOT</version>
<version>20.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion shogun-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.4.1-SNAPSHOT</version>
<version>20.4.1</version>
</parent>

<artifactId>shogun-proxy</artifactId>
Expand Down

0 comments on commit 9c17055

Please sign in to comment.