From beec419273e598175d9599c58d7b8703347a2aa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 07:50:54 +0000 Subject: [PATCH] chore(master): release 1.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Supabase/Supabase.csproj | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde77..e20d7e81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e20581..5345ce7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/supabase-community/supabase-csharp/compare/v1.5.0...v1.5.1) (2026-08-04) + + +### Bug Fixes + +* match auth header names case-insensitively (enables developer override) ([#295](https://github.com/supabase-community/supabase-csharp/issues/295)) ([ac057a2](https://github.com/supabase-community/supabase-csharp/commit/ac057a2d4b3abb4b7ed916e004110db79881dc9a)) + ## [1.5.0](https://github.com/supabase-community/supabase-csharp/compare/v1.4.0...v1.5.0) (2026-07-30) diff --git a/Supabase/Supabase.csproj b/Supabase/Supabase.csproj index bf548c35..aef5e65d 100644 --- a/Supabase/Supabase.csproj +++ b/Supabase/Supabase.csproj @@ -20,8 +20,8 @@ A C# implementation of the Supabase client supabase - 1.5.0 - 1.5.0 + 1.5.1 + 1.5.1 true icon.png @@ -34,7 +34,7 @@ - 1.5.0 + 1.5.1 $(VersionPrefix)