From b5eeda4e74bcf76d0f46757a13ad84d99b49b43c Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Fri, 9 Apr 2021 11:59:32 +0200 Subject: [PATCH] Release 1.29.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2ab6c8..53bff6e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Added** +- Adds method to get an organization's enabled connection and update JavaDocs [\#344](https://github.com/auth0/auth0-java/pull/344) ([jimmyjames](https://github.com/jimmyjames)) +- Add Organizations Management API Support [SDK-2437] [\#341](https://github.com/auth0/auth0-java/pull/341) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.28.1](https://github.com/auth0/auth0-java/tree/1.28.1) (2021-04-05) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.28.0...1.28.1) diff --git a/README.md b/README.md index 0d19039e..9595a64b 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.28.1 + 1.29.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.28.1' +implementation 'com.auth0:auth0:1.29.0' ```