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