diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2e8c9..deb2666 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. +## [4.7.0](https://github.com/GetStream/stream-net/compare/4.6.0...4.7.0) (2022-02-04) + + +### Features + +* add custom serializer support and .net6 support ([#63](https://github.com/GetStream/stream-net/issues/63)) ([5c30e5e](https://github.com/GetStream/stream-net/commit/5c30e5e03348ac52d3e82ac18b1daa73482cc172)) + ## [4.6.0](https://github.com/GetStream/stream-net/compare/4.5.0...4.6.0) (2022-01-13) diff --git a/src/stream-net/stream-net.csproj b/src/stream-net/stream-net.csproj index a09507c..cbd9f25 100644 --- a/src/stream-net/stream-net.csproj +++ b/src/stream-net/stream-net.csproj @@ -7,7 +7,7 @@ stream-net - 4.6.0 + 4.7.0 GetStream.io Client for getstream.io. Build scalable newsfeeds and activity streams in a few hours instead of weeks. false