Skip to content

Commit

Permalink
afpi: release v1.2.0 (auth0#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev authored May 31, 2023
1 parent 06a0536 commit e12440e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions auth0_flutter_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e12440e

Please sign in to comment.