diff --git a/CHANGELOG.md b/CHANGELOG.md index 0295b25..6512b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 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) +- feat: Add callback for internal state of `SupaEmailAuth` [#99](https://github.com/supabase-community/flutter-auth-ui/pull/99) +- feat!: Upgrade anonymous users to regular users automatically [#100](https://github.com/supabase-community/flutter-auth-ui/pull/100) +- feat!: Allow the OAuth provider labels to be overridden on `SupaSocialsAuth` [#101](https://github.com/supabase-community/flutter-auth-ui/pull/101) + ## 0.4.4 - feat: Update minimum supabase_flutter version to v2.3.4 diff --git a/pubspec.yaml b/pubspec.yaml index c82833b..6d5f17a 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.4 +version: 0.5.0 homepage: https://supabase.com repository: 'https://github.com/supabase-community/flutter-auth-ui'