From 40efb55bf5469b1c0ed56ee6628e4a35db16e957 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 26 Jan 2026 08:32:15 +0000 Subject: [PATCH] chore(release): 2.20.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 e1e8e289..d6c04198 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.20.0](https://github.com/GetStream/stream-chat-net/compare/2.19.1...2.20.0) (2026-01-26) + + +### Features + +* add channel batch updates support ([#192](https://github.com/GetStream/stream-chat-net/issues/192)) ([b6fe937](https://github.com/GetStream/stream-chat-net/commit/b6fe937afa3a7a294bad4dad1a654a070dc6083e)) + ### [2.19.1](https://github.com/GetStream/stream-chat-net/compare/2.18.0...2.19.1) (2025-11-12) diff --git a/src/stream-chat-net.csproj b/src/stream-chat-net.csproj index 130b8161..948548b6 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.19.1 + 2.20.0 Stream.io Stream.io © $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io