Skip to content

Commit 7b6f453

Browse files
chore(master): release 7.2.0 (#60)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09374f4 commit 7b6f453

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.1.0"
2+
".": "7.2.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [7.2.0](https://github.com/supabase-community/realtime-csharp/compare/v7.1.0...v7.2.0) (2025-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* 22 - `SerializerSettings` were not being passed to `PostgresChangesResponse` ([f244281](https://github.com/supabase-community/realtime-csharp/commit/f244281782ca433f1b89a3818a02f5ea3eaaa17f))
9+
* 9 ([16292b0](https://github.com/supabase-community/realtime-csharp/commit/16292b099c9db1f8b0fa28aa138da7143d1e0978))
10+
* Change websocket lib for Blazor WASM to use realtime ([ba861d8](https://github.com/supabase-community/realtime-csharp/commit/ba861d842c66dcfb78378b0454a478b11ab57262))
11+
* Change websocket lib for Blazor WASM to use realtime ([1821fa4](https://github.com/supabase-community/realtime-csharp/commit/1821fa40ed579c0b281ef4f008c529fc3eb27ad1))
12+
* implement filter on PostgresChangeHandler ([#55](https://github.com/supabase-community/realtime-csharp/issues/55)) ([a41e4f7](https://github.com/supabase-community/realtime-csharp/commit/a41e4f719e2f0f65faf92915777218d5634c24fc))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* release 7.2.0 ([09374f4](https://github.com/supabase-community/realtime-csharp/commit/09374f4b0c8e7bb681a350a5604b0ad5e50fd1a5))
218

319
## 7.1.0 - 2025-03-10
420
- Implement postgres change filters by @diegofesanto [#55](https://github.com/supabase-community/realtime-csharp/pull/55)

Realtime/Realtime.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<Summary>Realtime-csharp is written as a client library for supabase/realtime.</Summary>
1818
<PackageTags>supabase, realtime, phoenix</PackageTags>
1919
<!-- x-release-please-start-version -->
20-
<PackageVersion>7.1.0</PackageVersion>
21-
<ReleaseVersion>7.1.0</ReleaseVersion>
20+
<PackageVersion>7.2.0</PackageVersion>
21+
<ReleaseVersion>7.2.0</ReleaseVersion>
2222
<!-- x-release-please-end -->
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageIcon>icon.png</PackageIcon>
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<PropertyGroup Condition=" '$(Version)' == '' ">
36-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">7.1.0</VersionPrefix> <!-- x-release-please-version -->
36+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">7.2.0</VersionPrefix> <!-- x-release-please-version -->
3737
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
3838
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
3939
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)