Skip to content

Commit 055e736

Browse files
github-actions[bot]github-actionstotalimmersion
authored
chore(release): v7.6.0 (#306)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Lennart <[email protected]>
1 parent 4890318 commit 055e736

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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+
## [7.6.0](https://github.com/GetStream/stream-chat-go/compare/v7.5.0...v7.6.0) (2025-03-17)
6+
7+
8+
### Features
9+
10+
* Add mark unread and update mark read params ([#305](https://github.com/GetStream/stream-chat-go/issues/305)) ([ca4898d](https://github.com/GetStream/stream-chat-go/commit/ca4898d381355f971bdf806fd8459f7e9a8ce3f1))
11+
512
## [7.5.0](https://github.com/GetStream/stream-chat-go/compare/v7.4.0...v7.5.0) (2025-03-13)
613

714
## [7.4.0](https://github.com/GetStream/stream-chat-go/compare/v7.3.0...v7.4.0) (2025-02-24)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
const (
88
versionMajor = 7
9-
versionMinor = 5
9+
versionMinor = 6
1010
versionPatch = 0
1111
)
1212

0 commit comments

Comments
 (0)