Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/stream-net/stream-net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>stream-net</PackageId>
<Version>4.6.0</Version>
<Version>4.7.0</Version>
<Authors>GetStream.io</Authors>
<Description>Client for getstream.io. Build scalable newsfeeds and activity streams in a few hours instead of weeks.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down