diff --git a/CHANGELOG.md b/CHANGELOG.md index 597b04c..539bbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.0.0 + +* Removed `title` and `subtitle` parameters from `LoginOptions` in favour of passing them directly to the `EmailPasswordLoginForm` widget directly + ## 6.1.0 * Added 'suffixIconSize' and 'suffixIconPadding' to LoginOptions. diff --git a/pubspec.yaml b/pubspec.yaml index 45ca01a..112a182 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_login description: Flutter Login Component -version: 6.1.0 +version: 7.0.0 environment: sdk: ">=2.18.1 <3.0.0"