From 3447b1ccb62c7d137c1acfe4305838ae60f850e0 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Tue, 21 Nov 2023 11:32:48 -0600 Subject: [PATCH] Release 2.9.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1e8bca..a32549aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +# [2.9.0](https://github.com/auth0/auth0-java/tree/2.9.0) (2023-11-21) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.8.0...2.9.0) + +**Added** +- Support organization in client credentials [\#582](https://github.com/auth0/auth0-java/pull/582) ([jimmyjames](https://github.com/jimmyjames)) + # [2.8.0](https://github.com/auth0/auth0-java/tree/2.8.0) (2023-11-07) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.7.0...2.8.0) diff --git a/README.md b/README.md index 6789a3bd..b04d34af 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.8.0 + 2.9.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.8.0' +implementation 'com.auth0:auth0:2.9.0' ``` ### Configure the SDK