From 03cd2cd4c27971bda797acd65bbb3bd4c7ea4562 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Nov 2025 15:17:36 +0000 Subject: [PATCH] chore(release): 2.19.0 --- CHANGELOG.md | 8 ++++++++ src/stream-chat-net.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a9367..6d2ce34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.19.0](https://github.com/GetStream/stream-chat-net/compare/2.18.0...2.19.0) (2025-11-12) + + +### Features + +* [CHA-1300] add count messages on channel type ([#184](https://github.com/GetStream/stream-chat-net/issues/184)) ([748e283](https://github.com/GetStream/stream-chat-net/commit/748e283d2215fe17b8b05c8cccb48e71e339d1c7)) +* add hide_history_before option for adding members ([#185](https://github.com/GetStream/stream-chat-net/issues/185)) ([013b2f5](https://github.com/GetStream/stream-chat-net/commit/013b2f5d24df19cb048786440a47a3fe63af15bf)) + ## [2.18.0](https://github.com/GetStream/stream-chat-net/compare/2.17.0...2.18.0) (2025-09-01) ## [2.17.0](https://github.com/GetStream/stream-chat-net/compare/2.16.0...2.17.0) (2025-07-08) diff --git a/src/stream-chat-net.csproj b/src/stream-chat-net.csproj index f917322..d75c49b 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.18.0 + 2.19.0 Stream.io Stream.io © $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io