From 5cb33d978b4f4aa15656585e3b899e8088828a0c Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Mon, 17 Mar 2025 10:57:25 +0530 Subject: [PATCH] Release 3.5.0 --- .version | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.version b/.version index fbcbf7380..e5b820341 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.4.0 \ No newline at end of file +3.5.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f2fd147..575769f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [3.5.0](https://github.com/auth0/Auth0.Android/tree/3.5.0) (2025-03-17) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.4.0...3.5.0) + +**Added** +- Updated documentation to pass an activity context for login and logout [\#808](https://github.com/auth0/Auth0.Android/pull/808) ([pmathew92](https://github.com/pmathew92)) +- Add to CustomTabsOptions ability to disable opening auth in custom tab [\#806](https://github.com/auth0/Auth0.Android/pull/806) ([bennycao](https://github.com/bennycao)) + +**Changed** +- Fixed the java samples in the Example.md file [\#807](https://github.com/auth0/Auth0.Android/pull/807) ([pmathew92](https://github.com/pmathew92)) + ## [3.4.0](https://github.com/auth0/Auth0.Android/tree/3.4.0) (2025-02-13) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.3.0...3.4.0) diff --git a/README.md b/README.md index 030ed755f..76c08b6ac 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:3.4.0' + implementation 'com.auth0.android:auth0:3.5.0' } ```