diff --git a/CHANGELOG.md b/CHANGELOG.md index c164e55..0bc09c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 2.0.5 - 2021-12-26 + +- Fix for [#37](https://github.com/supabase-community/postgrest-csharp/issues/37) - Fixes #37 - Return Type `minimal` would fail to resolve because of incorrect `Accept` headers. Added header and test to verify for future. + ## 2.0.4 - 2021-12-26 -- Fix for [#36](https://github.com/supabase-community/postgrest-csharp/issues/35) - Inserting/Upserting bulk records would fail while doing an unnecessary generic coercion. +- Fix for [#36](https://github.com/supabase-community/postgrest-csharp/issues/36) - Inserting/Upserting bulk records would fail while doing an unnecessary generic coercion. ## 2.0.3 - 2021-11-26 diff --git a/Postgrest/Postgrest.csproj b/Postgrest/Postgrest.csproj index 5a9bf4b..e0c8ab1 100644 --- a/Postgrest/Postgrest.csproj +++ b/Postgrest/Postgrest.csproj @@ -17,11 +17,11 @@ The bulk of this library is a translation and c-sharp-ification of the supabase/postgrest-js library. https://avatars.githubusercontent.com/u/54469796?s=200&v=4 supabase,postgrest - 2.0.4 - 2.0.4 + 2.0.5 + 2.0.5 - 2.0.4 + 2.0.5 $(VersionPrefix)-$(VersionSuffix) diff --git a/PostgrestExample/PostgrestExample.csproj b/PostgrestExample/PostgrestExample.csproj index 2b38c4c..c89a8c3 100644 --- a/PostgrestExample/PostgrestExample.csproj +++ b/PostgrestExample/PostgrestExample.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 2.0.4 + 2.0.5 diff --git a/postgrest-csharp.sln b/postgrest-csharp.sln index f348009..5e61879 100644 --- a/postgrest-csharp.sln +++ b/postgrest-csharp.sln @@ -39,6 +39,6 @@ Global $1.DirectoryNamespaceAssociation = PrefixedHierarchical $0.StandardHeader = $2 $0.VersionControlPolicy = $3 - version = 2.0.4 + version = 2.0.5 EndGlobalSection EndGlobal