diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9dcf8..c0dabb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3](https://github.com/GetStream/stream-net/compare/6.1.2...6.1.3) (2022-06-02) + + +### Features + +* add feedid validator ([#81](https://github.com/GetStream/stream-net/issues/81)) ([d7863ef](https://github.com/GetStream/stream-net/commit/d7863ef90502b1bc07836b4b32ebfdb9541a985c)) + + +### Bug Fixes + +* ensure error response properly serialized ([#80](https://github.com/GetStream/stream-net/issues/80)) ([76c52ce](https://github.com/GetStream/stream-net/commit/76c52cec89da7efd690c80821a69f802bec7ce5f)) + ### [6.1.2](https://github.com/GetStream/stream-net/compare/6.1.1...6.1.2) (2022-05-24) diff --git a/src/stream-net.csproj b/src/stream-net.csproj index 11c7bfc..2316fdf 100644 --- a/src/stream-net.csproj +++ b/src/stream-net.csproj @@ -8,7 +8,7 @@ stream-net .NET Client for Stream Feeds - 6.1.2 + 6.1.3 Stream.io GetStream.io © $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io