Skip to content

Commit cf73a71

Browse files
github-actions[bot]github-actions
andauthored
chore: release 6.3.0 (#87)
Co-authored-by: github-actions <[email protected]>
1 parent 8258f2c commit cf73a71

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [6.3.0](https://github.com/GetStream/stream-net/compare/6.2.0...6.3.0) (2022-06-22)
6+
7+
8+
### Features
9+
10+
* add enriched personalized feed read support ([#86](https://github.com/GetStream/stream-net/issues/86)) ([8258f2c](https://github.com/GetStream/stream-net/commit/8258f2c1900097c4b591902af4384f72bc442416))
11+
512
## [6.2.0](https://github.com/GetStream/stream-net/compare/6.1.2...6.2.0) (2022-06-02)
613

714

src/stream-net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyGroup>
99
<PackageId>stream-net</PackageId>
1010
<Title>.NET Client for Stream Feeds</Title>
11-
<Version>6.2.0</Version>
11+
<Version>6.3.0</Version>
1212
<Company>Stream.io</Company>
1313
<Authors>GetStream.io</Authors>
1414
<Copyright>© $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io</Copyright>

tests/PersonalizationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using NUnit.Framework;
2-
using System;
32
using Stream.Models;
3+
using System;
44
using System.Collections.Generic;
55
using System.Threading.Tasks;
66

0 commit comments

Comments
 (0)