diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ad2dd7..ef914e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.15.0 - 2024-01-08 + +- Update Dependency: `gotrue-csharp@4.2.6` + - [#83](https://github.com/supabase-community/gotrue-csharp/pull/83) Replaces JWTDecoder package with + System.IdentityModel.Tokens.Jwt. Thanks [@FantasyTeddy](https://github.com/FantasyTeddy)! +- Update Dependency: `postgrest-csharp@3.4.1` + - Re: [#85](https://github.com/supabase-community/postgrest-csharp/issues/85) Fixes problem when using multiple .Order() + methods by merging [#86](https://github.com/supabase-community/postgrest-csharp/pull/86). + Thanks [@hunsra](https://github.com/hunsra)! + - Re: [#81](https://github.com/supabase-community/postgrest-csharp/issues/81) + - [Minor] Removes `IgnoreOnInsert`and `IgnoreOnUpdate` from `ReferenceAttribute` as changing these properties + to `false` does not currently provide the expected functionality. + - Fixes `Insert` and `Update` not working on models that have `Reference` specified on a property with a non-null + value. + ## 0.14.0 - 2023-12-15 - Update Dependency: `gotrue-csharp@4.2.5` diff --git a/README.md b/README.md index 16fcf60a..1759e174 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Documentation can be found [below](#getting-started), on the [Supabase Developer Documentation](https://supabase.com/docs/reference/csharp/introduction) and additionally in the [Generated API Docs](https://supabase-community.github.io/supabase-csharp/api/Supabase.Client.html). +[**CHANGELOG is available in the repository root.**](https://github.com/supabase-community/supabase-csharp/blob/master/CHANGELOG.md) + ## Features - [x] Integration with [Supabase.Realtime](https://github.com/supabase-community/realtime-csharp) diff --git a/Supabase/Supabase.csproj b/Supabase/Supabase.csproj index ae4d97a9..8cad42f2 100644 --- a/Supabase/Supabase.csproj +++ b/Supabase/Supabase.csproj @@ -18,8 +18,8 @@ A C# implementation of the Supabase client Supabase supabase - 0.14.0 - 0.14.0 + 0.15.0 + 0.15.0 true icon.png README.md @@ -29,7 +29,7 @@ true - 0.14.0 + 0.15.0 $(VersionPrefix)