diff --git a/.version b/.version index 934e07c..2ba6141 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.22.2 \ No newline at end of file +0.23.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 253de2c..2da3f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.23.0](https://github.com/auth0/jwks-rsa-java/tree/0.23.0) (2025-08-11) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.2...0.23.0) + +**Added** +- Feat: Added Cache Implementation [\#221](https://github.com/auth0/jwks-rsa-java/pull/221) ([tanya732](https://github.com/tanya732)) + ## [0.22.2](https://github.com/auth0/jwks-rsa-java/tree/0.22.2) (2025-06-17) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.1...0.22.2) diff --git a/README.md b/README.md index b8e352d..d4b416f 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Add the dependency via Maven: com.auth0 jwks-rsa - 0.22.2 + 0.23.0 ``` or Gradle: ```gradle -implementation 'com.auth0:jwks-rsa:0.22.2' +implementation 'com.auth0:jwks-rsa:0.23.0' ``` ### Usage