From 62a81b12a1d0358e9b49571ec169d2e2d42bfa92 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Tue, 5 May 2026 14:24:23 +0530 Subject: [PATCH] Release 4.0.0-beta.1 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 456c4f8f..2f2ab531 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.0.0-beta.0 \ No newline at end of file +4.0.0-beta.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index af5dd2ea..4a0c811f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [4.0.0-beta.1](https://github.com/auth0/Auth0.Android/tree/4.0.0-beta.1) (2026-05-05) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/4.0.0-beta.0...4.0.0-beta.1) + +**⚠️ BREAKING CHANGES** +- breaking : Remove redundant constructors from SecureCredentialsManager [\#961](https://github.com/auth0/Auth0.Android/pull/961) ([pmathew92](https://github.com/pmathew92)) + +**Added** +- feat: Added Auth tab support [\#962](https://github.com/auth0/Auth0.Android/pull/962) ([pmathew92](https://github.com/pmathew92)) + ## [4.0.0-beta.0](https://github.com/auth0/Auth0.Android/tree/4.0.0-beta.0) (2026-04-20) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.15.0...4.0.0-beta.0) diff --git a/README.md b/README.md index 38ce0bd7..b1508ce2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:4.0.0-beta.0' + implementation 'com.auth0.android:auth0:4.0.0-beta.1' } ```