diff --git a/CHANGELOG.md b/CHANGELOG.md index fc72d4d2..86ba68e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.21.0](https://github.com/auth0/auth0-java/tree/1.21.0) (2020-08-27) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.20.0...1.21.0) + +**Added** +- Add support for Log Streams [\#284](https://github.com/auth0/auth0-java/pull/284) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.20.0](https://github.com/auth0/auth0-java/tree/1.20.0) (2020-07-27) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.19.0...1.20.0) diff --git a/README.md b/README.md index 70f31f9f..1eb3f4a2 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.20.0 + 1.21.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.20.0' +implementation 'com.auth0:auth0:1.21.0' ```