diff --git a/CHANGELOG.md b/CHANGELOG.md index dd99389..c82f6d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Security** +- Update dependencies [\#65](https://github.com/auth0/jwks-rsa-java/pull/65) ([jimmyjames](https://github.com/jimmyjames)) + ## [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) diff --git a/README.md b/README.md index c499dec..153e352 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ com.auth0 jwks-rsa - 0.8.2 + 0.8.3 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.8.2' +implementation 'com.auth0:jwks-rsa:0.8.3' ``` ## Usage