diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9bd99..f09dfe3 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.3.0](https://github.com/GetStream/stream-net/compare/6.2.0...6.3.0) (2022-06-22) + + +### Features + +* add enriched personalized feed read support ([#86](https://github.com/GetStream/stream-net/issues/86)) ([8258f2c](https://github.com/GetStream/stream-net/commit/8258f2c1900097c4b591902af4384f72bc442416)) + ## [6.2.0](https://github.com/GetStream/stream-net/compare/6.1.2...6.2.0) (2022-06-02) diff --git a/src/stream-net.csproj b/src/stream-net.csproj index 1bda4fa..db7b40e 100644 --- a/src/stream-net.csproj +++ b/src/stream-net.csproj @@ -8,7 +8,7 @@ stream-net .NET Client for Stream Feeds - 6.2.0 + 6.3.0 Stream.io GetStream.io © $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io diff --git a/tests/PersonalizationTests.cs b/tests/PersonalizationTests.cs index e58495d..e877ec9 100644 --- a/tests/PersonalizationTests.cs +++ b/tests/PersonalizationTests.cs @@ -1,6 +1,6 @@ using NUnit.Framework; -using System; using Stream.Models; +using System; using System.Collections.Generic; using System.Threading.Tasks;