From d11e6e0e494ac8b22bac53cc560e7ef8bd6d93fe Mon Sep 17 00:00:00 2001 From: tanya732 Date: Tue, 17 Jun 2025 12:04:49 +0530 Subject: [PATCH] Undo release changes --- .version | 2 +- CHANGELOG.md | 6 ------ README.md | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.version b/.version index 934e07c..a04c2de 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.22.2 \ No newline at end of file +0.22.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 253de2c..e6a0ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ # Change Log -## [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) - -**Added** -- fix: bumps guava patch to unblock android users [\#210](https://github.com/auth0/jwks-rsa-java/pull/210) ([tanya732](https://github.com/tanya732)) - ## [0.22.1](https://github.com/auth0/jwks-rsa-java/tree/0.22.1) (2023-07-28) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.0...0.22.1) diff --git a/README.md b/README.md index b8e352d..cfbba3d 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Add the dependency via Maven: com.auth0 jwks-rsa - 0.22.2 + 0.22.1 ``` or Gradle: ```gradle -implementation 'com.auth0:jwks-rsa:0.22.2' +implementation 'com.auth0:jwks-rsa:0.22.1' ``` ### Usage