From e5bf5d5e37d5e3360fc5e55020a646971faab136 Mon Sep 17 00:00:00 2001 From: utkrishtS Date: Fri, 5 Jun 2026 18:30:54 +0530 Subject: [PATCH] Release afpi-v2.2.0 --- auth0_flutter_platform_interface/CHANGELOG.md | 10 ++++++++++ auth0_flutter_platform_interface/pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/auth0_flutter_platform_interface/CHANGELOG.md b/auth0_flutter_platform_interface/CHANGELOG.md index 5c6c3d5cd..8da6cfb2a 100644 --- a/auth0_flutter_platform_interface/CHANGELOG.md +++ b/auth0_flutter_platform_interface/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [afpi-v2.2.0](https://github.com/auth0/auth0-flutter/tree/afpi-v2.2.0) (2026-06-05) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/afpi-v2.1.0...afpi-v2.2.0) + +**Added** +- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\#851](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu)) +- feat: add My Account API support for managing MFA authentication method [\#835](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu)) +- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\#850](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu)) +- feat: add Partial Custom Tabs support for Android [\#846](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu)) +- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\#836](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit)) + ## [afpi-v2.1.0](https://github.com/auth0/auth0-flutter/tree/afpi-v2.1.0) (2026-05-21) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/afpi-v2.0.2...afpi-v2.1.0) diff --git a/auth0_flutter_platform_interface/pubspec.yaml b/auth0_flutter_platform_interface/pubspec.yaml index cb5d4c60d..7ac841f1e 100644 --- a/auth0_flutter_platform_interface/pubspec.yaml +++ b/auth0_flutter_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: auth0_flutter_platform_interface description: A common platform interface for the auth0_flutter federated plugin. -version: 2.1.0 +version: 2.2.0 homepage: https://github.com/auth0/auth0-flutter