diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c575a16..c5d7443 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.3.0" + ".": "7.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d608ce9..11770b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.3.1](https://github.com/supabase-community/realtime-csharp/compare/v7.3.0...v7.3.1) (2026-07-21) + + +### Bug Fixes + +* resolve channel.Send() hanging on unacknowledged broadcast pushes ([#72](https://github.com/supabase-community/realtime-csharp/issues/72)) ([8f34dfe](https://github.com/supabase-community/realtime-csharp/commit/8f34dfee24594b1bc2c402a2649af12c3d1e0171)) + ## [7.3.0](https://github.com/supabase-community/realtime-csharp/compare/v7.2.1...v7.3.0) (2026-07-20) diff --git a/Realtime/Realtime.csproj b/Realtime/Realtime.csproj index 5f97d31..ea56e7c 100644 --- a/Realtime/Realtime.csproj +++ b/Realtime/Realtime.csproj @@ -17,8 +17,8 @@ Realtime-csharp is written as a client library for supabase/realtime. supabase, realtime, phoenix - 7.3.0 - 7.3.0 + 7.3.1 + 7.3.1 true icon.png @@ -33,7 +33,7 @@ - 7.3.0 + 7.3.1 $(VersionPrefix)-$(VersionSuffix) $(VersionPrefix)