Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
graviteeio committed Jun 28, 2024
1 parent 87566cf commit 18c68b2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/gravitee-io/gravitee-resource-oauth2-provider-keycloak/compare/1.9.2...2.0.0) (2024-06-28)


### Bug Fixes

* **keycloak:** Update keycloak version + dependencies upgrade to support 4.x ([0f1050c](https://github.com/gravitee-io/gravitee-resource-oauth2-provider-keycloak/commit/0f1050c52999a8a9f44c15364aece712128ec058))


### chore

* bump dependencies ([610c404](https://github.com/gravitee-io/gravitee-resource-oauth2-provider-keycloak/commit/610c404ca46a7a57a4e8f2cce11af43ff56b09e6))


### BREAKING CHANGES

* require JDK 17

## [1.9.2](https://github.com/gravitee-io/gravitee-resource-oauth2-provider-keycloak/compare/1.9.1...1.9.2) (2022-05-02)


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

<groupId>io.gravitee.resource</groupId>
<artifactId>gravitee-resource-oauth2-provider-keycloak</artifactId>
<version>2.0.0-apim-4308-keycloak-version-SNAPSHOT</version>
<version>2.0.0</version>

<name>Gravitee.io APIM - Resource - OAuth2 Provider - Keycloak Adapter</name>
<description>The resource is defined to introspect an access token provided by Keycloak.</description>
Expand Down

0 comments on commit 18c68b2

Please sign in to comment.