From c9e5bf9099e12548adf7feb8e1b985f4eaf01693 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Thu, 26 Sep 2019 11:09:58 -0500 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82f6d3..a003d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [0.9.0](https://github.com/auth0/jwks-rsa-java/tree/0.9.0) (2019-09-26) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.8.3...0.9.0) + +**Changed** +- Improve ObjectMapper use [\#68](https://github.com/auth0/jwks-rsa-java/pull/68) ([skjolber](https://github.com/skjolber)) +- Concatenate JWKS path with existing path on domain if present [\#67](https://github.com/auth0/jwks-rsa-java/pull/67) ([ltj](https://github.com/ltj)) + +**Security** +- Update jackson-databind to address CVE [\#72](https://github.com/auth0/jwks-rsa-java/pull/72) ([jimmyjames](https://github.com/jimmyjames)) + ## [0.8.3](https://github.com/auth0/jwks-rsa-java/tree/0.8.3) (2019-08-15) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.8.2...0.8.3) diff --git a/README.md b/README.md index 153e352..b79905a 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ com.auth0 jwks-rsa - 0.8.3 + 0.9.0 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.8.3' +implementation 'com.auth0:jwks-rsa:0.9.0' ``` ## Usage