diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bba4a2..1eac0dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.5.0](https://github.com/gravitee-io/gravitee-policy-jws/compare/1.4.1...1.5.0) (2023-10-26)
+
+
+### Features
+
+* remove use of `sun.security.x509.*` to support Java 17 ([98cb397](https://github.com/gravitee-io/gravitee-policy-jws/commit/98cb3975beacda6e65dc6acec6145ecc3d76bd51))
+
## [1.4.1](https://github.com/gravitee-io/gravitee-policy-jws/compare/1.4.0...1.4.1) (2023-07-20)
diff --git a/pom.xml b/pom.xml
index 44c3141..4bf41cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
io.gravitee.policy
gravitee-policy-jws
- 1.4.1
+ 1.5.0
Gravitee.io APIM - Policy - JWS
Validate the JWS token signature, certificate information and expiration date before sending the API call to the target backend