diff --git a/CHANGELOG.md b/CHANGELOG.md
index debb1d37..2f779053 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.1.3](https://github.com/gravitee-io/gravitee-policy-jwt/compare/4.1.2...4.1.3) (2024-06-26)
+
+
+### Bug Fixes
+
+* **gateway-keys:** when using gateway keys resolverParameter should be ignored ([ce04d1b](https://github.com/gravitee-io/gravitee-policy-jwt/commit/ce04d1b6af1dab317830311cbdf184ef5f7967ac))
+
## [4.1.2](https://github.com/gravitee-io/gravitee-policy-jwt/compare/4.1.1...4.1.2) (2024-03-07)
diff --git a/pom.xml b/pom.xml
index 12485d4f..3b0ab6dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
io.gravitee.policy
gravitee-policy-jwt
- 4.1.2
+ 4.1.3
Gravitee.io APIM - Policy - JWT
Validate the token signature and expiration date before sending the API call to the target backend