diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c94bc3e..cf8fbb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.7.0](https://github.com/auth0/auth0-java/tree/2.7.0) (2023-10-31) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.6.1...2.7.0) + +**Added** +- Support organization get member roles [\#574](https://github.com/auth0/auth0-java/pull/574) ([jimmyjames](https://github.com/jimmyjames)) +- Add passkey properties to authentication method response [\#575](https://github.com/auth0/auth0-java/pull/575) ([jimmyjames](https://github.com/jimmyjames)) + ## [2.6.1](https://github.com/auth0/auth0-java/tree/2.6.1) (2023-09-22) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.6.0...2.6.1) diff --git a/README.md b/README.md index 6ac85ef9..4da400ed 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.6.1 + 2.7.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.6.1' +implementation 'com.auth0:auth0:2.7.0' ``` ### Configure the SDK