diff --git a/.version b/.version index 46b81d81..d8b69897 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.11.0 +2.12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 64df80e3..f255a77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.12.0](https://github.com/auth0/auth0-java/tree/2.12.0) (2024-05-29) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.11.0...2.12.0) + +**Added** +- Support delete all authentication methods endpoint [\#645](https://github.com/auth0/auth0-java/pull/645) ([jimmyjames](https://github.com/jimmyjames)) + ## [2.11.0](https://github.com/auth0/auth0-java/tree/2.11.0) (2024-04-29) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.10.1...2.11.0) diff --git a/README.md b/README.md index 5f9b8463..0b52bb87 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.11.0 + 2.12.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.11.0' +implementation 'com.auth0:auth0:2.12.0' ``` ### Configure the SDK