Skip to content

Commit

Permalink
chore(release): 20.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.0.0](v19.1.0...v20.0.0) (2024-05-14)

### Features

* anonymous access to graphql interface ([58d1c68](58d1c68))

### BREAKING CHANGES

* anonymous access to graphql interface
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent 38b45cd commit 75ca36c
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [20.0.0](https://github.com/terrestris/shogun/compare/v19.1.0...v20.0.0) (2024-05-14)


### Features

* anonymous access to graphql interface ([58d1c68](https://github.com/terrestris/shogun/commit/58d1c685bb30d9fbb39f224e5cf6f341c445daa9))


### BREAKING CHANGES

* anonymous access to graphql interface

# [19.1.0](https://github.com/terrestris/shogun/compare/v19.0.0...v19.1.0) (2024-05-08)


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>19.1.1-SNAPSHOT</version>
<version>20.0.0</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>19.1.1-SNAPSHOT</version>
<version>20.0.0</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>19.1.1-SNAPSHOT</version>
<version>20.0.0</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>19.1.1-SNAPSHOT</version>
<version>20.0.0</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>19.1.1-SNAPSHOT</version>
<version>20.0.0</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>19.1.1-SNAPSHOT</version>
<version>20.0.0</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>19.1.1-SNAPSHOT</version>
<version>20.0.0</version>
</parent>

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

0 comments on commit 75ca36c

Please sign in to comment.