From 005d0d16282e11b874bd761111c3d627e319dbe1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Feb 2025 09:42:17 +0000 Subject: [PATCH] chore(release): 2.10.0 --- CHANGELOG.md | 7 +++++++ src/stream-chat-net.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ceb5d..5d6cdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.10.0](https://github.com/GetStream/stream-chat-net/compare/2.9.0...2.10.0) (2025-02-11) + + +### Features + +* added restricted visibility feature ([#153](https://github.com/GetStream/stream-chat-net/issues/153)) ([d7dbd2d](https://github.com/GetStream/stream-chat-net/commit/d7dbd2d93a71751489953e9dda1bba338082b674)) + ## [2.9.0](https://github.com/GetStream/stream-chat-net/compare/2.8.0...2.9.0) (2025-02-07) diff --git a/src/stream-chat-net.csproj b/src/stream-chat-net.csproj index ebba798..e2cc418 100644 --- a/src/stream-chat-net.csproj +++ b/src/stream-chat-net.csproj @@ -10,7 +10,7 @@ stream-chat-net StreamChat .NET Client for Stream Chat - 2.9.0 + 2.10.0 Stream.io Stream.io © $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io