diff --git a/CHANGELOG.md b/CHANGELOG.md index 452c2f2..d48c20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Added** +- Expose read/connect timeouts in the JwkProviderBuilder class [\#133](https://github.com/auth0/jwks-rsa-java/pull/133) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Changed** +- Use Duration in JwkProviderBuilder [\#130](https://github.com/auth0/jwks-rsa-java/pull/130) ([ghostd](https://github.com/ghostd)) + ## [0.19.0](https://github.com/auth0/jwks-rsa-java/tree/0.19.0) (2021-07-05) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.18.0...0.19.0) diff --git a/README.md b/README.md index 3f4016d..f0ec7b4 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.auth0 jwks-rsa - 0.19.0 + 0.20.0 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.19.0' +implementation 'com.auth0:jwks-rsa:0.20.0' ``` ## Usage