From 3393cfa823b26ac2a1ce16f768e62fe5b42347ac Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 7 May 2026 08:21:34 +0530 Subject: [PATCH] Release 0.24.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 91841d5..286d5b0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.23.1 \ No newline at end of file +0.24.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c00815e..a2718fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.24.0](https://github.com/auth0/jwks-rsa-java/tree/0.24.0) (2026-05-07) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.23.1...0.24.0) + +**Added** +- Feat: Allow custom HTTP client for JWKS fetching [\#256](https://github.com/auth0/jwks-rsa-java/pull/256) ([tanya732](https://github.com/tanya732)) + ## [0.23.1](https://github.com/auth0/jwks-rsa-java/tree/0.23.1) (2026-04-21) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.23.0...0.23.1) diff --git a/README.md b/README.md index ed775b8..42d88fc 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ Add the dependency via Maven: com.auth0 jwks-rsa - 0.23.1 + 0.24.0 ``` or Gradle: ```gradle -implementation 'com.auth0:jwks-rsa:0.23.1' +implementation 'com.auth0:jwks-rsa:0.24.0' ``` ### Usage