diff --git a/CHANGELOG.md b/CHANGELOG.md index 6512b40..a01cae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.1 + +- feat: Improve form interaction and code organization in `SupaEmailAuth` [#106](https://github.com/supabase-community/flutter-auth-ui/pull/106) +- feat: Enable custom icons for `SupaEmailAuth` [#108](https://github.com/supabase-community/flutter-auth-ui/pull/108) + ## 0.5.0 - feat: Allow password recovery email to be redirected to other URL [#98](https://github.com/supabase-community/flutter-auth-ui/pull/98) diff --git a/pubspec.yaml b/pubspec.yaml index 6d5f17a..6b2ef37 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.0 +version: 0.5.1 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'