Skip to content

Commit

Permalink
Release 2.11.0 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed May 8, 2024
1 parent f386d7b commit 386aa14
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.2
2.11.0
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [2.11.0](https://github.com/auth0/Auth0.Android/tree/2.11.0) (2024-05-08)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.2...2.11.0)

**Added**
- Implement headers support in getCredentials and awaitCredentials [\#699](https://github.com/auth0/Auth0.Android/pull/699) ([poovamraj](https://github.com/poovamraj))

**Fixed**
- Guard against NullPointerException when getting Credentials from Json [\#701](https://github.com/auth0/Auth0.Android/pull/701) ([bennycao](https://github.com/bennycao))

**Security**
- Bump codecov/codecov-action from 3.1.4 to 4.0.1 [\#714](https://github.com/auth0/Auth0.Android/pull/714) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump github/codeql-action from 2 to 3 [\#705](https://github.com/auth0/Auth0.Android/pull/705) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore(dependencies): Update OkHttp to 4.12.0 [\#696](https://github.com/auth0/Auth0.Android/pull/696) ([evansims](https://github.com/evansims))

## [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)

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

Expand Down

0 comments on commit 386aa14

Please sign in to comment.