From e3afbe2bb9f25225eb25ae5382b182779cb7eb62 Mon Sep 17 00:00:00 2001 From: Prince Mathew <17837162+pmathew92@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:50:13 +0530 Subject: [PATCH] Release 3.4.0 (#801) --- .version | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 0fa4ae48..fbcbf738 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.3.0 \ No newline at end of file +3.4.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c9c820..98f2fd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Added** +- Support Process Death in WebAuthProvider [\#784](https://github.com/auth0/Auth0.Android/pull/784) ([ahibrahimleague](https://github.com/ahibrahimleague)) + +**Changed** +- Updated compile and target sdk version to 35 [\#799](https://github.com/auth0/Auth0.Android/pull/799) ([pmathew92](https://github.com/pmathew92)) + ## [3.3.0](https://github.com/auth0/Auth0.Android/tree/3.3.0) (2025-02-03) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.2.1...3.3.0) diff --git a/README.md b/README.md index 7dbbcfb1..e824ab48 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.3.0' + implementation 'com.auth0.android:auth0:3.4.0' } ```