Skip to content

Commit f1c6140

Browse files
github-actions[bot]github-actions
and
github-actions
authored
chore(release): 2.11.0 (#160)
Co-authored-by: github-actions <release@getstream.io>
1 parent bbe9330 commit f1c6140

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.11.0](https://github.com/GetStream/stream-chat-net/compare/2.10.0...2.11.0) (2025-02-24)
6+
7+
8+
### Features
9+
10+
* 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))
11+
512
## [2.10.0](https://github.com/GetStream/stream-chat-net/compare/2.9.0...2.10.0) (2025-02-11)
613

714

src/stream-chat-net.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageId>stream-chat-net</PackageId>
1111
<RootNamespace>StreamChat</RootNamespace>
1212
<Title>.NET Client for Stream Chat</Title>
13-
<Version>2.10.0</Version>
13+
<Version>2.11.0</Version>
1414
<Company>Stream.io</Company>
1515
<Authors>Stream.io</Authors>
1616
<Copyright>© $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io</Copyright>

0 commit comments

Comments
 (0)