From 3691ea37748305dce10e80856a8be9b7d6026a40 Mon Sep 17 00:00:00 2001 From: Nandan Prabhu Date: Wed, 15 Apr 2026 18:27:13 +0530 Subject: [PATCH] Release af-v2.0.1 --- 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 9d7255ef..9d422999 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [af-v2.0.1](https://github.com/auth0/auth0-flutter/tree/af-v2.0.1) (2026-04-15) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.0.0...af-v2.0.1) + +**Changed** +- feat: Expose isRetryable property on CredentialsManagerException, ApiException, and WebAuthenticationException [\#786](https://github.com/auth0/auth0-flutter/pull/786) ([utkrishtsahu](https://github.com/utkrishtsahu)) + +**Fixed** +- Set explicit type for .other in switch in FlutterError [\#808](https://github.com/auth0/auth0-flutter/pull/808) ([crazycatk](https://github.com/crazycatk)) + ## [af-v2.0.0](https://github.com/auth0/auth0-flutter/tree/af-v2.0.0) (2026-03-18) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v2.0.0-beta.5...af-v2.0.0) diff --git a/auth0_flutter/darwin/auth0_flutter.podspec b/auth0_flutter/darwin/auth0_flutter.podspec index 83078992..d6415e2a 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.0.0' + s.version = '2.0.1' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android and iOS apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index 83078992..d6415e2a 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.0.0' + s.version = '2.0.1' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android and iOS apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/lib/src/version.dart b/auth0_flutter/lib/src/version.dart index 6ee2414c..f71a4f1b 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '2.0.0'; +const String version = '2.0.1'; diff --git a/auth0_flutter/macos/auth0_flutter.podspec b/auth0_flutter/macos/auth0_flutter.podspec index 83078992..d6415e2a 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.0.0' + s.version = '2.0.1' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android and iOS apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/pubspec.yaml b/auth0_flutter/pubspec.yaml index 94af2f40..c05693a3 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 Flutter apps. -version: 2.0.0 +version: 2.0.1 homepage: https://github.com/auth0/auth0-flutter environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.24.0" dependencies: - auth0_flutter_platform_interface: ^2.0.0 + auth0_flutter_platform_interface: ^2.0.1 flutter: sdk: flutter flutter_web_plugins: