From c6b47ed70016c55e6a89aca4bbadb9a501cd5c4e Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Tue, 18 Jul 2023 13:01:46 +0200 Subject: [PATCH] Release 2.10.0 (#674) --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7531816e..04360fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [2.10.0](https://github.com/auth0/Auth0.Android/tree/2.10.0) (2023-07-18) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.9.3...2.10.0) + +**Added** +- Return refreshed Credentials in CredentialsManagerException to avoid logout [\#666](https://github.com/auth0/Auth0.Android/pull/666) ([poovamraj](https://github.com/poovamraj)) +- [SDK-4413] Support Organization Name [\#669](https://github.com/auth0/Auth0.Android/pull/669) ([poovamraj](https://github.com/poovamraj)) +- Add more error pairs to isMultifactorCodeInvalid [SDK-4194] [\#664](https://github.com/auth0/Auth0.Android/pull/664) ([poovamraj](https://github.com/poovamraj)) + +**Fixed** +- Avoid null pointer exception because of error description [\#667](https://github.com/auth0/Auth0.Android/pull/667) ([poovamraj](https://github.com/poovamraj)) +- Revert changes from #654. Fix renew Credentials logic [\#670](https://github.com/auth0/Auth0.Android/pull/670) ([poovamraj](https://github.com/poovamraj)) + +**Security** +- chore(security): Update and pin Graddle workflow actions [\#671](https://github.com/auth0/Auth0.Android/pull/671) ([evansims](https://github.com/evansims)) + ## [2.9.3](https://github.com/auth0/Auth0.Android/tree/2.9.3) (2023-05-19) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.9.2...2.9.3) diff --git a/README.md b/README.md index f0d2b295..2cd19189 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:2.9.3' + implementation 'com.auth0.android:auth0:2.10.0' } ```