Skip to content

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.0...v0.6.0) (2024-11-02)

### Bug Fixes

* ignore discriminator if the value is "0" ([4c68b69](4c68b69))

### Features

* update to keycloak 26.0.5 ([05a3df4](05a3df4))
* updated provider for Keycloak 25.x ([#49](#49)) ([c10480b](c10480b))
  • Loading branch information
semantic-release-bot committed Nov 2, 2024
1 parent 7a381be commit 5c0a0d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# [0.6.0](https://github.com/wadahiro/keycloak-discord/compare/v0.5.0...v0.6.0) (2024-11-02)


### Bug Fixes

* ignore discriminator if the value is "0" ([4c68b69](https://github.com/wadahiro/keycloak-discord/commit/4c68b69b0bf0d6421589e03e4baf8bbbe5138caa))


### Features

* update to keycloak 26.0.5 ([05a3df4](https://github.com/wadahiro/keycloak-discord/commit/05a3df43f21289762f72e3ac6780fd6b543d8c07))
* updated provider for Keycloak 25.x ([#49](https://github.com/wadahiro/keycloak-discord/issues/49)) ([c10480b](https://github.com/wadahiro/keycloak-discord/commit/c10480b79864a85817d20d48f949475020322090))
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.keycloak.extensions</groupId>
<artifactId>keycloak-discord</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 5c0a0d7

Please sign in to comment.