From 70c1ec8d862e0837746646927b29b760d69aeb0b Mon Sep 17 00:00:00 2001 From: James Anderson Date: Fri, 27 Aug 2021 13:05:19 -0500 Subject: [PATCH] Release 1.34.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a1f358..3336356e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.34.0](https://github.com/auth0/auth0-java/tree/1.34.0) (2021-08-27) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.33.0...1.34.0) + +**Added** +- Include log_id in the LogEvent entity [\#372](https://github.com/auth0/auth0-java/pull/372) ([jimmyjames](https://github.com/jimmyjames)) +- [SDK-2716] Add support for Actions Management APIs [\#369](https://github.com/auth0/auth0-java/pull/369) ([jimmyjames](https://github.com/jimmyjames)) +- [SDK-2686] Add retry on rate limit errors for management API [\#368](https://github.com/auth0/auth0-java/pull/368) ([jimmyjames](https://github.com/jimmyjames)) + +**Fixed** +- Fix to rollback action version endpoint [\#370](https://github.com/auth0/auth0-java/pull/370) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.33.0](https://github.com/auth0/auth0-java/tree/1.33.0) (2021-07-26) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.32.0...1.33.0) diff --git a/README.md b/README.md index dd76f4a2..9e25b79a 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.33.0 + 1.34.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.33.0' +implementation 'com.auth0:auth0:1.34.0' ```