diff --git a/CHANGELOG.md b/CHANGELOG.md index baf68949..be073d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.16.2 - 2024-04-02 + +- Update dependency: `gotrue-csharp@4.2.7` + - [#88](https://github.com/supabase-community/gotrue-csharp/issues/88) Implement `signInAnonymously` from the JS + client + - Include additional 3rd party providers in constants. + ## 0.16.1 - 2024-03-15 - Update dependency: `postgrest-csharp@3.5.1` diff --git a/Supabase/Supabase.csproj b/Supabase/Supabase.csproj index c4f8e21a..a3e54359 100644 --- a/Supabase/Supabase.csproj +++ b/Supabase/Supabase.csproj @@ -18,8 +18,8 @@ A C# implementation of the Supabase client Supabase supabase - 0.16.1 - 0.16.1 + 0.16.2 + 0.16.2 true icon.png README.md @@ -29,7 +29,7 @@ true - 0.16.1 + 0.16.2 $(VersionPrefix)