From ce899a5e2084a46340abf7f0fb68add76db3c8c7 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Wed, 28 Apr 2021 15:00:47 -0500 Subject: [PATCH] Release 1.30.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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' ```