From b261c5863b08e4fef261cf6bcf56cd30e90d8cdb Mon Sep 17 00:00:00 2001 From: sanchitmehta94 Date: Thu, 22 Jan 2026 13:36:01 +0530 Subject: [PATCH] Release af-v2.0.0-beta.2 --- auth0_flutter/CHANGELOG.md | 7 +++++++ auth0_flutter/lib/src/version.dart | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index 7a7e10b4..a9b0c67f 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [af-v2.0.0-beta.2](https://github.com/auth0/auth0-flutter/tree/af-v2.0.0-beta.2) (2026-01-22) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.0.0-beta.1...af-v2.0.0-beta.2) + +**Added** +- feat: add custom token exchange support across all platforms [\#721](https://github.com/auth0/auth0-flutter/pull/721) ([sanchitmehta94](https://github.com/sanchitmehta94)) +- feat: Add allowedBrowsers parameter to logout API [\#726](https://github.com/auth0/auth0-flutter/pull/726) ([pmathew92](https://github.com/pmathew92)) + ## [af-v2.0.0-beta.1](https://github.com/auth0/auth0-flutter/tree/af-v2.0.0-beta.1) (2025-12-10) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.14.0...af-v2.0.0-beta.1) diff --git a/auth0_flutter/lib/src/version.dart b/auth0_flutter/lib/src/version.dart index 8e5652db..b133f69c 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '2.0.0-beta.1'; +const String version = '2.0.0-beta.2';