diff --git a/CHANGELOG.md b/CHANGELOG.md index 53bff6e2..dc851757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.30.0](https://github.com/auth0/auth0-java/tree/1.30.0) (2021-04-28) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.29.0...1.30.0) + +**Added** +- [SDK-2537] Add missing parameters to Ticket entities [\#352](https://github.com/auth0/auth0-java/pull/352) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.29.0](https://github.com/auth0/auth0-java/tree/1.29.0) (2021-04-09) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.28.1...1.29.0) diff --git a/README.md b/README.md index 03383412..3e8a8063 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.29.0 + 1.30.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.29.0' +implementation 'com.auth0:auth0:1.30.0' ```