diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c5d7443..6731678 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.3.1" + ".": "7.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11770b7..f135608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [7.4.0](https://github.com/supabase-community/realtime-csharp/compare/v7.3.1...v7.4.0) (2026-08-06) + + +### Features + +* add OnPostgresChange for one-call postgres_changes listeners ([#75](https://github.com/supabase-community/realtime-csharp/issues/75)) ([8ace218](https://github.com/supabase-community/realtime-csharp/commit/8ace2180be6d9c2f4be177c5e8ceaedcb60a4b50)) +* enable config to set channel to private ([#61](https://github.com/supabase-community/realtime-csharp/issues/61)) ([0ebc95a](https://github.com/supabase-community/realtime-csharp/commit/0ebc95a0bdd963ec2ff989b10f3ff6b11bf974c9)) + + +### Bug Fixes + +* guard Channel against double 'realtime:' prefix ([#76](https://github.com/supabase-community/realtime-csharp/issues/76)) ([bd21604](https://github.com/supabase-community/realtime-csharp/commit/bd21604d4d5ed26c14be40bee96f04f9fd12e5d4)) + ## [7.3.1](https://github.com/supabase-community/realtime-csharp/compare/v7.3.0...v7.3.1) (2026-07-21) diff --git a/Realtime/Realtime.csproj b/Realtime/Realtime.csproj index ea56e7c..684b6d8 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.1 - 7.3.1 + 7.4.0 + 7.4.0 true icon.png @@ -33,7 +33,7 @@ - 7.3.1 + 7.4.0 $(VersionPrefix)-$(VersionSuffix) $(VersionPrefix)