From 8c88c8333a75203d5d8c198af8a0391552affeee Mon Sep 17 00:00:00 2001 From: Desu Sai Venkat <48179357+desusai7@users.noreply.github.com> Date: Wed, 29 May 2024 16:39:42 +0530 Subject: [PATCH] Release 2.12.0 (#646) --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) 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