From ec0625aead4482d75175d48d1d4ece947fc1618a Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Fri, 19 May 2023 16:34:45 +0530 Subject: [PATCH] Release 2.9.3 (#660) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c08da8..7531816e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Fixed** +- Consider SocketException as network error [\#659](https://github.com/auth0/Auth0.Android/pull/659) ([poovamraj](https://github.com/poovamraj)) +- [ESD-28245] Fix not propagating error values from server [\#658](https://github.com/auth0/Auth0.Android/pull/658) ([poovamraj](https://github.com/poovamraj)) + ## [2.9.2](https://github.com/auth0/Auth0.Android/tree/2.9.2) (2023-05-05) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.9.1...2.9.2) diff --git a/README.md b/README.md index 80c3a659..f0d2b295 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.2' + implementation 'com.auth0.android:auth0:2.9.3' } ```