From 96bead11813e0bd64daf908be33f3fbc7319b26d Mon Sep 17 00:00:00 2001 From: utkrishtS Date: Fri, 5 Jun 2026 18:53:48 +0530 Subject: [PATCH] Release af-v2.2.0 --- auth0_flutter/CHANGELOG.md | 9 +++++++++ auth0_flutter/darwin/auth0_flutter.podspec | 2 +- auth0_flutter/ios/auth0_flutter.podspec | 2 +- auth0_flutter/lib/src/version.dart | 2 +- auth0_flutter/macos/auth0_flutter.podspec | 2 +- auth0_flutter/pubspec.yaml | 4 ++-- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index 4b42f3b6c..bb1807c2f 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [af-v2.2.0](https://github.com/auth0/auth0-flutter/tree/af-v2.2.0) (2026-06-05) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.1.0...af-v2.2.0) + +**Added** +- 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)) + ## [af-v2.1.0](https://github.com/auth0/auth0-flutter/tree/af-v2.1.0) (2026-05-21) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.0.2...af-v2.1.0) diff --git a/auth0_flutter/darwin/auth0_flutter.podspec b/auth0_flutter/darwin/auth0_flutter.podspec index e3b1dcdd1..8ec2d808e 100644 --- a/auth0_flutter/darwin/auth0_flutter.podspec +++ b/auth0_flutter/darwin/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '2.1.0' + s.version = '2.2.0' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index e3b1dcdd1..8ec2d808e 100644 --- a/auth0_flutter/ios/auth0_flutter.podspec +++ b/auth0_flutter/ios/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '2.1.0' + s.version = '2.2.0' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/lib/src/version.dart b/auth0_flutter/lib/src/version.dart index 99c54e43a..2c088d217 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '2.1.0'; +const String version = '2.2.0'; diff --git a/auth0_flutter/macos/auth0_flutter.podspec b/auth0_flutter/macos/auth0_flutter.podspec index e3b1dcdd1..8ec2d808e 100644 --- a/auth0_flutter/macos/auth0_flutter.podspec +++ b/auth0_flutter/macos/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '2.1.0' + s.version = '2.2.0' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android, iOS, macOS, Windows, and web apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/pubspec.yaml b/auth0_flutter/pubspec.yaml index 57569a655..ca3261e95 100644 --- a/auth0_flutter/pubspec.yaml +++ b/auth0_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: auth0_flutter description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android, iOS, macOS, Windows, and web Flutter apps. -version: 2.1.0 +version: 2.2.0 homepage: https://github.com/auth0/auth0-flutter environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.24.0" dependencies: - auth0_flutter_platform_interface: ^2.1.0 + auth0_flutter_platform_interface: ^2.2.0 flutter: sdk: flutter flutter_web_plugins: