From 52db91e854386f4e259ec5642d465ecd4a3e98f1 Mon Sep 17 00:00:00 2001 From: tanya-sinha_atko Date: Wed, 11 Sep 2024 18:21:03 +0530 Subject: [PATCH] Release 2.13.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.version b/.version index d8b69897..fb2c0766 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.12.0 +2.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f255a77a..f9a6f400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.13.0](https://github.com/auth0/auth0-java/tree/2.13.0) (2024-09-11) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.12.0...2.13.0) + +**Added** +- Add sessions and refresh tokens to Users Management API [\#661](https://github.com/auth0/auth0-java/pull/661) ([tanya732](https://github.com/tanya732)) + ## [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) diff --git a/README.md b/README.md index 0b52bb87..dc686268 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.12.0 + 2.13.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.12.0' +implementation 'com.auth0:auth0:2.13.0' ``` ### Configure the SDK