Skip to content

Commit

Permalink
Release 2.6.0 (#143)
Browse files Browse the repository at this point in the history
* chore(release): 2.6.0

* Add missing entry to the changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Daniel Sierpiński <[email protected]>
  • Loading branch information
3 people authored May 8, 2024
1 parent 842c7f3 commit 7c032a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [2.6.0](https://github.com/GetStream/stream-chat-net/compare/2.5.0...2.6.0) (2024-05-08)

### Features

* Add ChannelMember.NotificationsMuted property

### Bug Fixes

* Fix invalid type of MessageModerationResult.UserKarma property ([#139](https://github.com/GetStream/stream-chat-net/issues/139)) ([340d3d0](https://github.com/GetStream/stream-chat-net/commit/340d3d0e1c085a8cca464e7ef67803ec75def23d))

## [2.5.0](https://github.com/GetStream/stream-chat-net/compare/2.4.0...2.5.0) (2023-11-08)

## [2.4.0](https://github.com/GetStream/stream-chat-net/compare/2.3.0...2.4.0) (2023-10-30)
Expand Down
2 changes: 1 addition & 1 deletion src/stream-chat-net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>stream-chat-net</PackageId>
<RootNamespace>StreamChat</RootNamespace>
<Title>.NET Client for Stream Chat</Title>
<Version>2.5.0</Version>
<Version>2.6.0</Version>
<Company>Stream.io</Company>
<Authors>Stream.io</Authors>
<Copyright>© $([System.DateTime]::UtcNow.ToString(yyyy)) Stream.io</Copyright>
Expand Down

0 comments on commit 7c032a2

Please sign in to comment.