diff --git a/CHANGELOG.md b/CHANGELOG.md index d053193d..4c94bc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Security** +- Update Okio to resolve CVE-2023-3635 [\#560](https://github.com/auth0/auth0-java/pull/560) ([evansims](https://github.com/evansims)) + ## [2.6.0](https://github.com/auth0/auth0-java/tree/2.6.0) (2023-09-07) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.5.0...2.6.0) diff --git a/README.md b/README.md index f7849f45..6ac85ef9 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.6.0 + 2.6.1 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.6.0' +implementation 'com.auth0:auth0:2.6.1' ``` ### Configure the SDK