From bdf7f3ffd36edcb3d383472b0fbb45cdb66efe98 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Thu, 15 Sep 2022 12:07:11 -0500 Subject: [PATCH] Release 0.21.2 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2116aa..2a41716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [0.21.2](https://github.com/auth0/jwks-rsa-java/tree/0.21.2) (2022-09-15) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.21.1...0.21.2) + +**Changed** +- Update Gradle OSS plugin [\#154](https://github.com/auth0/jwks-rsa-java/pull/154) ([jimmyjames](https://github.com/jimmyjames)) + +**Fixed** +- Clarify that getting a JWK is a synchronous operation [\#151](https://github.com/auth0/jwks-rsa-java/pull/151) ([jimmyjames](https://github.com/jimmyjames)) +- [SDK-3623] Fix ECPoint construction for getting public key [\#153](https://github.com/auth0/jwks-rsa-java/pull/153) ([jimmyjames](https://github.com/jimmyjames)) + ## [0.21.1](https://github.com/auth0/jwks-rsa-java/tree/0.21.1) (2022-03-30) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.21.0...0.21.1) diff --git a/README.md b/README.md index 2eabe8c..b9b4a06 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.auth0 jwks-rsa - 0.21.1 + 0.21.2 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.21.1' +implementation 'com.auth0:jwks-rsa:0.21.2' ``` ## Usage