diff --git a/CHANGELOG.md b/CHANGELOG.md index a003d6a..bd882ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.10.0](https://github.com/auth0/jwks-rsa-java/tree/0.10.0) (2020-02-11) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.9.0...0.10.0) + +**Changed** +- Set default cache expiration time to 10 minutes [\#82](https://github.com/auth0/jwks-rsa-java/pull/82) ([jimmyjames](https://github.com/jimmyjames)) + ## [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) diff --git a/README.md b/README.md index cdc7bf3..2c60805 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ com.auth0 jwks-rsa - 0.9.0 + 0.10.0 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.9.0' +implementation 'com.auth0:jwks-rsa:0.10.0' ``` ## Usage