From e12440e420677214dd84c1ed191cbb9aaadc2a2b Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Wed, 31 May 2023 14:11:33 +0100 Subject: [PATCH] afpi: release v1.2.0 (#269) --- auth0_flutter_platform_interface/CHANGELOG.md | 13 +++++++++++++ auth0_flutter_platform_interface/pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/auth0_flutter_platform_interface/CHANGELOG.md b/auth0_flutter_platform_interface/CHANGELOG.md index 1bd1358f..44365fa5 100644 --- a/auth0_flutter_platform_interface/CHANGELOG.md +++ b/auth0_flutter_platform_interface/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v1.2.0](https://github.com/auth0/auth0-flutter/tree/v1.2.0) (2023-05-31) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.1.0...v1.2.0) + +This release adds official support for the Web platform! 🎉 Please checkout [the readme](https://github.com/auth0/auth0-flutter/tree/main/auth0_flutter#readme) for full usage instructions for all supported platforms: + +Other changes in this release: + +**Added** +- Add support for requesting MFA challenges [SDK-4052] [\#251](https://github.com/auth0/auth0-flutter/pull/251) ([Widcket](https://github.com/Widcket)) + +**Fixed** +- Use Locale.US for Android [\#238](https://github.com/auth0/auth0-flutter/pull/238) ([Mecharyry](https://github.com/Mecharyry)) + ## [v1.2.0-beta.1](https://github.com/auth0/auth0-flutter/tree/v1.2.0-beta.1) (2023-05-25) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.2.0-beta.0...v1.2.0-beta.1) diff --git a/auth0_flutter_platform_interface/pubspec.yaml b/auth0_flutter_platform_interface/pubspec.yaml index 8f6f7a22..8fff3683 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: 1.2.0-beta.1 +version: 1.2.0 homepage: https://github.com/auth0/auth0-flutter