diff --git a/CHANGELOG.md b/CHANGELOG.md
index c46e015c..7e89eea5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [4.1.0](https://github.com/gravitee-io/gravitee-policy-jwt/compare/4.0.1...4.1.0) (2023-09-05)
+
+
+### Features
+
+* add new option allowing to check confirmation method ([3db2346](https://github.com/gravitee-io/gravitee-policy-jwt/commit/3db23464134d46d806308271f5090e19278e050c)), closes [x5t#S256](https://github.com/x5t/issues/S256)
+
## [4.0.1](https://github.com/gravitee-io/gravitee-policy-jwt/compare/4.0.0...4.0.1) (2023-07-20)
diff --git a/pom.xml b/pom.xml
index 06c85938..d6a07b7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
io.gravitee.policy
gravitee-policy-jwt
- 4.0.1
+ 4.1.0
Gravitee.io APIM - Policy - JWT
Validate the token signature and expiration date before sending the API call to the target backend