diff --git a/CHANGELOG.md b/CHANGELOG.md index ae66123f..474c9070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.13.2 - 2023-09-15 + +- Update dependency: `postgrest-csharp@3.2.7` + - Implements a `TableWithCache` for `Get` requests that can pull reactive Models from cache before making a remote + request. + - Re: [supabase-csharp#85](https://github.com/supabase-community/supabase-csharp/issues/85) Includes sourcelink + support. + - Re: [#75](https://github.com/supabase-community/postgrest-csharp/pull/75) Fix issue with marshalling of stored + procedure arguments. Big thank you to [@corrideat](https://github.com/corrideat)! + ## 0.13.1 - 2023-08-26 - Update dependency: `supabase-storage-csharp@1.4.0` diff --git a/Supabase/Supabase.csproj b/Supabase/Supabase.csproj index 08db6416..a8543fcb 100644 --- a/Supabase/Supabase.csproj +++ b/Supabase/Supabase.csproj @@ -18,8 +18,8 @@ A C# implementation of the Supabase client Supabase supabase - 0.13.1 - 0.13.1 + 0.13.2 + 0.13.2 true icon.png README.md @@ -29,7 +29,7 @@ true - 0.13.1 + 0.13.2 $(VersionPrefix) diff --git a/modules/postgrest-csharp b/modules/postgrest-csharp index c383e12d..3defbb6f 160000 --- a/modules/postgrest-csharp +++ b/modules/postgrest-csharp @@ -1 +1 @@ -Subproject commit c383e12d2d9124d3b42d7f6aebfc3a7983800180 +Subproject commit 3defbb6fd2bba9c9a96f854134f473321acb7363