diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index b7738b5..9d49128 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.0.0-alpha.6 + +- 🌹 Allow custom browser priority and rework Android code (Thanks to [@kecson](https://github.com/kecson) in [#111](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/111)) +- 🌹 Enable partial `ASWebAuthenticationSession.Callback` support (related to [#104](https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/104)) + ## 4.0.0-alpha.5 - 💥 Remove Android embedding v1 support (in accordance with Flutter `3.22.0`) diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 6189cca..609194e 100644 --- a/flutter_web_auth_2/pubspec.yaml +++ b/flutter_web_auth_2/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth_2 description: Flutter plugin for authenticating a user with a web service. -version: 4.0.0-alpha.5 +version: 4.0.0-alpha.6 homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2 repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2 issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues