diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8a484d..0eb1f161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0](https://github.com/gravitee-io/gravitee-policy-jwt/compare/5.1.0...5.2.0) (2024-11-07) + + +### Features + +* support custom token type header ([47e1918](https://github.com/gravitee-io/gravitee-policy-jwt/commit/47e19180b7cf95ca01172e0a844171c2a6ae141a)) + # [5.1.0](https://github.com/gravitee-io/gravitee-policy-jwt/compare/5.0.0...5.1.0) (2024-10-25) diff --git a/pom.xml b/pom.xml index e5038d99..1a57480f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ io.gravitee.policy gravitee-policy-jwt - 5.1.0 + 5.2.0 Gravitee.io APIM - Policy - JWT Validate the token signature and expiration date before sending the API call to the target backend