From f7a9141b8f70c8254fcb243cec8fc78495b983b5 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Wed, 22 May 2019 17:58:48 -0300 Subject: [PATCH] Release 0.8.2 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ae755..dd99389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.8.2](https://github.com/auth0/jwks-rsa-java/tree/0.8.2) (2019-05-22) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.8.1...0.8.2) + +**Security** +- Fix security issue with jackson-databind [\#63](https://github.com/auth0/jwks-rsa-java/pull/63) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [0.8.1](https://github.com/auth0/jwks-rsa-java/tree/0.8.1) (2019-05-02) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.8.0...0.8.1) diff --git a/README.md b/README.md index a163372..c499dec 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ com.auth0 jwks-rsa - 0.8.1 + 0.8.2 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.8.1' +implementation 'com.auth0:jwks-rsa:0.8.2' ``` ## Usage