diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6cdd4..4c638ea 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.11.0](https://github.com/GetStream/stream-chat-net/compare/2.10.0...2.11.0) (2025-02-24) + + +### Features + +* Add support for `export/users` endpoint that allows for scheduling an async users exports task ([#159](https://github.com/GetStream/stream-chat-net/issues/159)) ([bbe9330](https://github.com/GetStream/stream-chat-net/commit/bbe9330952d5be10c336be4cecc8e0f1e9a95d0f)) + ## [2.10.0](https://github.com/GetStream/stream-chat-net/compare/2.9.0...2.10.0) (2025-02-11) diff --git a/src/stream-chat-net.csproj b/src/stream-chat-net.csproj index e2cc418..da35504 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.10.0 + 2.11.0 Stream.io Stream.io © $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io