Skip to content

Commit

Permalink
chore(release): 20.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [20.4.2](v20.4.1...v20.4.2) (2024-09-12)

### Bug Fixes

* **HttpProxy:** use override instead of bean creation for HttpSecurity ([62cd974](62cd974))
  • Loading branch information
semantic-release-bot committed Sep 12, 2024
1 parent aa253ce commit 0516598
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.2](https://github.com/terrestris/shogun/compare/v20.4.1...v20.4.2) (2024-09-12)


### Bug Fixes

* **HttpProxy:** use override instead of bean creation for HttpSecurity ([62cd974](https://github.com/terrestris/shogun/commit/62cd9743252e21274af5a01fb88e514d25f4f16a))

## [20.4.1](https://github.com/terrestris/shogun/compare/v20.4.0...v20.4.1) (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.2-SNAPSHOT</version>
<version>20.4.2</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.2-SNAPSHOT</version>
<version>20.4.2</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.2-SNAPSHOT</version>
<version>20.4.2</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.2-SNAPSHOT</version>
<version>20.4.2</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.2-SNAPSHOT</version>
<version>20.4.2</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.2-SNAPSHOT</version>
<version>20.4.2</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.2-SNAPSHOT</version>
<version>20.4.2</version>
</parent>

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

0 comments on commit 0516598

Please sign in to comment.