diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e48c22..85286a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.6.1](https://github.com/gravitee-io/gravitee-policy-jws/compare/1.6.0...1.6.1) (2024-03-07)
+
+
+### Bug Fixes
+
+* **deps:** update bcprov-jdk15on to bcprov-jdk18on ([87f8dae](https://github.com/gravitee-io/gravitee-policy-jws/commit/87f8dae3b46263963a545141b7b953e516b91082))
+
# [1.6.0](https://github.com/gravitee-io/gravitee-policy-jws/compare/1.5.1...1.6.0) (2023-12-19)
diff --git a/pom.xml b/pom.xml
index 9f781a9..9ae2d34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
io.gravitee.policy
gravitee-policy-jws
- 1.6.0
+ 1.6.1
Gravitee.io APIM - Policy - JWS
Validate the JWS token signature, certificate information and expiration date before sending the API call to the target backend