diff --git a/CHANGELOG.md b/CHANGELOG.md index f470684..ec86826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +- feat: Add `extraMetadata` parameter to `SupaEmailAuth` to add headless signup user metadata. + ## 0.4.0+1 - chore: Minor updates to readme.md diff --git a/pubspec.yaml b/pubspec.yaml index c7df9c7..b7126b0 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.4.0+1 +version: 0.4.1 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'