diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5d75f..3a34229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.5 + +- feat: Add Confirm Password Field to SupaEmailAuth Component for Sign-Up Process [#129](https://github.com/supabase-community/flutter-auth-ui/pull/129) +- feat: Add autofocus option to SupaEmailAuth [#139](https://github.com/supabase-community/flutter-auth-ui/pull/139) + ## 0.5.4 - feat: Add autovalidation [#125](https://github.com/supabase-community/flutter-auth-ui/pull/125) diff --git a/pubspec.yaml b/pubspec.yaml index ea198fd..880ca10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_auth_ui description: UI library to implement auth forms using Supabase and Flutter -version: 0.5.4 +version: 0.5.5 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'