Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
graviteeio committed Oct 25, 2024
1 parent 9e45980 commit a5ecba2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.1.0](https://github.com/gravitee-io/gravitee-policy-jwt/compare/5.0.0...5.1.0) (2024-10-25)


### Features

* make jwks url timeouts configurable ([9e45980](https://github.com/gravitee-io/gravitee-policy-jwt/commit/9e459800127bf93940f5b5c8494bab13250375e6))

# [5.0.0](https://github.com/gravitee-io/gravitee-policy-jwt/compare/4.1.5...5.0.0) (2024-07-31)


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

<groupId>io.gravitee.policy</groupId>
<artifactId>gravitee-policy-jwt</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>

<name>Gravitee.io APIM - Policy - JWT</name>
<description>Validate the token signature and expiration date before sending the API call to the target backend</description>
Expand Down

0 comments on commit a5ecba2

Please sign in to comment.