diff --git a/CHANGELOG.md b/CHANGELOG.md index a32549aa..07ce33ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +# [2.10.0](https://github.com/auth0/auth0-java/tree/2.10.0) (2023-12-15) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.9.0...2.10.0) + +**Added** +- support backchannel logout property on Client [\#587](https://github.com/auth0/auth0-java/pull/587) ([jimmyjames](https://github.com/jimmyjames)) + # [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) diff --git a/README.md b/README.md index b04d34af..40e463e4 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.9.0 + 2.10.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.9.0' +implementation 'com.auth0:auth0:2.10.0' ``` ### Configure the SDK