Skip to content

Commit

Permalink
Release 2.10.2 (auth0#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Oct 4, 2023
1 parent 1955749 commit b6cfa53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [2.10.2](https://github.com/auth0/Auth0.Android/tree/2.10.2) (2023-10-04)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.1...2.10.2)

**Fixed**
- Destroy TWA Launcher at unbind [\#690](https://github.com/auth0/Auth0.Android/pull/690) ([poovamraj](https://github.com/poovamraj))
- Use ThreadPool to launch browser for authentication [\#689](https://github.com/auth0/Auth0.Android/pull/689) ([poovamraj](https://github.com/poovamraj))

**Security**
- Update Okio to resolve CVE-2023-3635 [\#687](https://github.com/auth0/Auth0.Android/pull/687) ([jimmyjames](https://github.com/jimmyjames))
- build(dependencies): Update OkHttp to 4.11.0 [SDK-4501] [\#684](https://github.com/auth0/Auth0.Android/pull/684) ([evansims](https://github.com/evansims))

## [2.10.1](https://github.com/auth0/Auth0.Android/tree/2.10.1) (2023-08-01)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.0...2.10.1)

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

Expand Down

0 comments on commit b6cfa53

Please sign in to comment.