Skip to content

Commit

Permalink
Release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Jul 18, 2023
1 parent b938065 commit ae9e1a2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.3'
implementation 'com.auth0.android:auth0:2.10.0'
}
```

Expand Down

0 comments on commit ae9e1a2

Please sign in to comment.