From 98be7fd085314ac7270622edeeb3211786415077 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Thu, 25 Mar 2021 11:32:14 -0500 Subject: [PATCH] Release 1.28.0 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c266dad..4ff224ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.28.0](https://github.com/auth0/auth0-java/tree/1.28.0) (2021-03-25) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.27.0...1.28.0) + +**Added** +- Add support for organizations feature [\#338](https://github.com/auth0/auth0-java/pull/338) ([jimmyjames](https://github.com/jimmyjames)) + +**Changed** +- Update Gradle OSS Plugin [\#339](https://github.com/auth0/auth0-java/pull/339) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.27.0](https://github.com/auth0/auth0-java/tree/1.27.0) (2021-02-05) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.26.0...1.27.0) diff --git a/README.md b/README.md index 2fbe73f9..e3c35b12 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.27.0 + 1.28.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.27.0' +implementation 'com.auth0:auth0:1.28.0' ```