Skip to content

Commit

Permalink
chore(release): 20.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.2.0](v20.1.0...v20.2.0) (2024-06-13)

### Bug Fixes

* add missing Query annotation ([dfc296c](dfc296c))
* remove role permissions before removing the role ([3b596b4](3b596b4))
* set schema ([30be7e6](30be7e6))

### Features

* init Role, RoleInstancePermission and RoleClassPermission ([48042db](48042db))
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent 5c41b8e commit e6a3dc2
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [20.2.0](https://github.com/terrestris/shogun/compare/v20.1.0...v20.2.0) (2024-06-13)


### Bug Fixes

* add missing Query annotation ([dfc296c](https://github.com/terrestris/shogun/commit/dfc296c615d9b454c3436e0ea5be99f9af66c469))
* remove role permissions before removing the role ([3b596b4](https://github.com/terrestris/shogun/commit/3b596b45ba39498ae69c4344e3c4d03198fa8018))
* set schema ([30be7e6](https://github.com/terrestris/shogun/commit/30be7e6c07aa7375b732f52c19aef25c035f58d6))


### Features

* init Role, RoleInstancePermission and RoleClassPermission ([48042db](https://github.com/terrestris/shogun/commit/48042dbb44050f735a97c4c03093a1838aea18a4))

# [20.1.0](https://github.com/terrestris/shogun/compare/v20.0.0...v20.1.0) (2024-05-21)


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.1.1-SNAPSHOT</version>
<version>20.2.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>20.1.1-SNAPSHOT</version>
<version>20.2.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>20.1.1-SNAPSHOT</version>
<version>20.2.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>20.1.1-SNAPSHOT</version>
<version>20.2.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>20.1.1-SNAPSHOT</version>
<version>20.2.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>20.1.1-SNAPSHOT</version>
<version>20.2.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>20.1.1-SNAPSHOT</version>
<version>20.2.0</version>
</parent>

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

0 comments on commit e6a3dc2

Please sign in to comment.