From ca1cb8814fa53527ab68833dcf912b6ae3873052 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Mon, 29 Jan 2024 10:21:52 -0600 Subject: [PATCH] Release 2.10.1 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 10c2c0c3..8bbb6e40 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.10.0 +2.10.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ce33ea..3a58f4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.10.1](https://github.com/auth0/auth0-java/tree/2.10.1) (2024-01-29) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.10.0...2.10.1) + +**Deprecated** +- Organizations API no longer returns enabled_connections [\#604](https://github.com/auth0/auth0-java/pull/604) ([jimmyjames](https://github.com/jimmyjames)) + # [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) diff --git a/README.md b/README.md index 40e463e4..013686a2 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.10.0 + 2.10.1 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.10.0' +implementation 'com.auth0:auth0:2.10.1' ``` ### Configure the SDK