diff --git a/CHANGELOG.md b/CHANGELOG.md index c19b102..452c2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Changed** +- Update OSS release plugin version [\#129](https://github.com/auth0/jwks-rsa-java/pull/129) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [0.18.0](https://github.com/auth0/jwks-rsa-java/tree/0.18.0) (2021-05-10) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.17.1...0.18.0) diff --git a/README.md b/README.md index c3fb343..3f4016d 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.auth0 jwks-rsa - 0.18.0 + 0.19.0 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.18.0' +implementation 'com.auth0:jwks-rsa:0.19.0' ``` ## Usage