From 52868cea2f9205bd3a216d02dd21a58570799fae Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Wed, 8 May 2024 13:40:25 +0200 Subject: [PATCH] Release 2.11.0 --- .version | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.version b/.version index d332044b..ed0edc88 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.10.2 \ No newline at end of file +2.11.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9d62c4..68af788f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 7815630c..9a3c59d7 100644 --- a/README.md +++ b/README.md @@ -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' } ```