From d9af7ea64d794b1c1c11d80b2893393804f30816 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 6 Aug 2026 12:35:59 +0000
Subject: [PATCH] chore(master): release 7.4.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 14 ++++++++++++++
Realtime/Realtime.csproj | 6 +++---
3 files changed, 18 insertions(+), 4 deletions(-)
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..169b65b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# 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))
+* omit null table from postgres_changes join payload ([#77](https://github.com/supabase-community/realtime-csharp/issues/77)) ([87b1a8b](https://github.com/supabase-community/realtime-csharp/commit/87b1a8b8d15564815b6e32e2864bd4feb3d4a142))
+
## [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)