From 547b573ca700769f3579515873de6530f471f89d Mon Sep 17 00:00:00 2001 From: tanya732 Date: Tue, 17 Jun 2025 10:01:57 +0530 Subject: [PATCH] Release 0.22.2 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.version b/.version index a04c2de..934e07c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.22.1 \ No newline at end of file +0.22.2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a0ba3..253de2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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 cfbba3d..b8e352d 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Add the dependency via Maven: com.auth0 jwks-rsa - 0.22.1 + 0.22.2 ``` or Gradle: ```gradle -implementation 'com.auth0:jwks-rsa:0.22.1' +implementation 'com.auth0:jwks-rsa:0.22.2' ``` ### Usage