diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index 3cd3574..18cbbed 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.1 + +- 🐛 Fix null-safe options (again) + ## 3.1.0 - 🎉 Implement `iframe` authentication approach (Thanks to [@rundfunk47](https://github.com/rundfunk47) in [#88](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/88)) diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 7656bb5..1e0bd44 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: 3.1.0 +version: 3.1.1 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