diff --git a/CHANGELOG.md b/CHANGELOG.md index 311d1e7..a32d679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 3.7.0 +## 3.8.0 +- fix: confirmPassword returns response rather than always true +- feat: email OTP MFA support +- bumped: flutter_lints from 4.0.0 to 5.0.0 + +- ## 3.7.0 - feat: upgraded associateSoftwareToken and verifySoftwareToken to use AssociateSoftwareToken with either an access token or a session string - bumped: flutter_lints from 3.0.2 to 4.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index cf82c61..837bddb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: amazon_cognito_identity_dart_2 -version: 3.7.0 +version: 3.8.0 homepage: https://github.com/furaiev/amazon-cognito-identity-dart-2 description: Unofficial Amazon Cognito Identity Provider Dart SDK, to add user sign-up / sign-in to your mobile and web apps with AWS Cloud Services. Based