Skip to content

Commit 386aa14

Browse files
authored
Release 2.11.0 (#734)
1 parent f386d7b commit 386aa14

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.2
1+
2.11.0

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [2.11.0](https://github.com/auth0/Auth0.Android/tree/2.11.0) (2024-05-08)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.2...2.11.0)
5+
6+
**Added**
7+
- Implement headers support in getCredentials and awaitCredentials [\#699](https://github.com/auth0/Auth0.Android/pull/699) ([poovamraj](https://github.com/poovamraj))
8+
9+
**Fixed**
10+
- Guard against NullPointerException when getting Credentials from Json [\#701](https://github.com/auth0/Auth0.Android/pull/701) ([bennycao](https://github.com/bennycao))
11+
12+
**Security**
13+
- 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))
14+
- Bump github/codeql-action from 2 to 3 [\#705](https://github.com/auth0/Auth0.Android/pull/705) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- chore(dependencies): Update OkHttp to 4.12.0 [\#696](https://github.com/auth0/Auth0.Android/pull/696) ([evansims](https://github.com/evansims))
16+
317
## [2.10.2](https://github.com/auth0/Auth0.Android/tree/2.10.2) (2023-10-04)
418
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.1...2.10.2)
519

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5151

5252
```gradle
5353
dependencies {
54-
implementation 'com.auth0.android:auth0:2.10.2'
54+
implementation 'com.auth0.android:auth0:2.11.0'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)