diff --git a/CHANGELOG.md b/CHANGELOG.md index a16189d..23c1511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2.0](https://github.com/GetStream/stream-chat-net/compare/2.1.2...2.2.0) (2023-07-11) + +### Features + +* Add ability to send system messages + ### [2.1.2](https://github.com/GetStream/stream-chat-net/compare/2.1.1...2.1.2) (2023-05-09) ### Features diff --git a/src/stream-chat-net.csproj b/src/stream-chat-net.csproj index 12a20f9..2d9c6cc 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.1.2 + 2.2.0 Stream.io Stream.io © $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io