From 95bd300459d6c5eb60ce9ecd146784f0878352c9 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Mon, 17 Jan 2022 18:15:16 +0100 Subject: [PATCH] Release 0.20.1 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d48c20e..b043a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.20.1](https://github.com/auth0/jwks-rsa-java/tree/0.20.1) (2022-01-17) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.20.0...0.20.1) + +**Security** +- Update jackson dependency [\#138](https://github.com/auth0/jwks-rsa-java/pull/138) ([poovamraj](https://github.com/poovamraj)) + ## [0.20.0](https://github.com/auth0/jwks-rsa-java/tree/0.20.0) (2021-10-11) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.19.0...0.20.0) diff --git a/README.md b/README.md index f0ec7b4..6fa4708 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.auth0 jwks-rsa - 0.20.0 + 0.20.1 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.20.0' +implementation 'com.auth0:jwks-rsa:0.20.1' ``` ## Usage