Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
graviteeio committed Nov 23, 2023
1 parent 9814a5f commit b131514
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.1](https://github.com/gravitee-io/gravitee-resource-oauth2-provider-am/compare/2.0.0...2.0.1) (2023-11-23)


### Bug Fixes

* use a throwable in the Oauth2Response on technical error for introspection ([c13a525](https://github.com/gravitee-io/gravitee-resource-oauth2-provider-am/commit/c13a52541dc4185a017c7cda39a53d1616a5329a))
* use a throwable in the UserInfoResponse on technical error for userInfo ([9814a5f](https://github.com/gravitee-io/gravitee-resource-oauth2-provider-am/commit/9814a5f6720fdf179f9098d11a5a1762fdc652ff))

# [2.0.0](https://github.com/gravitee-io/gravitee-resource-oauth2-provider-am/compare/1.14.2...2.0.0) (2022-05-24)


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-am</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>

<name>Gravitee.io APIM - Resource - OAuth2 Provider - Access Management</name>
<description>The resource is defined to introspect an access_token generated by a Gravitee.io Access Management instance.</description>
Expand Down

0 comments on commit b131514

Please sign in to comment.