diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ed3ce..95f2d05 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. +## [6.1.0](https://github.com/GetStream/stream-net/compare/6.0.0...6.1.0) (2022-05-24) + + +### Features + +* **reaction:** add overload for reactionId ([#74](https://github.com/GetStream/stream-net/issues/74)) ([0696f98](https://github.com/GetStream/stream-net/commit/0696f98423f0f783a03860e48dfcf831eab0f17f)) + ## [6.0.0](https://github.com/GetStream/stream-net/compare/5.0.0...6.0.0) (2022-03-18) diff --git a/src/stream-net.csproj b/src/stream-net.csproj index 73eb3dd..60c156b 100644 --- a/src/stream-net.csproj +++ b/src/stream-net.csproj @@ -8,7 +8,7 @@ stream-net .NET Client for Stream Feeds - 6.0.0 + 6.1.0 Stream.io GetStream.io © $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io