diff --git a/.version b/.version index 2ba6141..934e07c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.23.0 \ No newline at end of file +0.22.2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da3f69..253de2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ # 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 d4b416f..b8e352d 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Add the dependency via Maven: com.auth0 jwks-rsa - 0.23.0 + 0.22.2 ``` or Gradle: ```gradle -implementation 'com.auth0:jwks-rsa:0.23.0' +implementation 'com.auth0:jwks-rsa:0.22.2' ``` ### Usage