diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd046bb..781dcb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.0.0-dev.9] + +- fix: update supabase to [v1.0.0-dev.9](https://github.com/supabase-community/supabase-dart/blob/main/CHANGELOG.md#100-dev9) + - fix: recreate a `PostgrestClient` with proper auth headers when calling `.rpc()` [(#143)](https://github.com/supabase-community/supabase-dart/pull/143) + - fix: allow custom headers to be set for `SupabaseClient` [(#144)](https://github.com/supabase-community/supabase-dart/pull/144) + - fix: stream error will emit the entire exception and the stack trace [(#145)](https://github.com/supabase-community/supabase-dart/pull/145) + - fix: update realtime to [v1.0.0-dev.5](https://github.com/supabase-community/realtime-dart/blob/main/CHANGELOG.md#100-dev5) + - fix: bug where it throws exception when listening to postgres changes on old version of realtime server + - fix: sends null for access_token when not signed in [(#53)](https://github.com/supabase-community/realtime-dart/pull/53) + + + ## [1.0.0-dev.8] - BREAKING: update supabase to [v1.0.0-dev.7](https://github.com/supabase-community/supabase-dart/pull/141) diff --git a/lib/src/version.dart b/lib/src/version.dart index 68d54c68..7bb67b37 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const version = '1.0.0-dev.8'; +const version = '1.0.0-dev.9'; diff --git a/pubspec.yaml b/pubspec.yaml index 8fb0bbe1..f5161db9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: supabase_flutter description: Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products. -version: 1.0.0-dev.8 +version: 1.0.0-dev.9 homepage: 'https://supabase.io' repository: 'https://github.com/supabase/supabase-flutter' @@ -15,7 +15,7 @@ dependencies: hive: ^2.2.1 hive_flutter: ^1.1.0 http: ^0.13.4 - supabase: 1.0.0-dev.7 + supabase: 1.0.0-dev.9 url_launcher: ^6.1.2 dev_dependencies: