Skip to content

Commit

Permalink
Release 2.9.3 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed May 19, 2023
1 parent 4d7ebbb commit ec0625a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit ec0625a

Please sign in to comment.