Skip to content

Commit dd909f0

Browse files
github-actions[bot]github-actionstotalimmersion
authored
chore(release): v7.7.0 (#314)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Lennart <[email protected]>
1 parent 01f34d3 commit dd909f0

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.7.0](https://github.com/GetStream/stream-chat-go/compare/v7.6.0...v7.7.0) (2025-04-07)
6+
7+
8+
### Features
9+
10+
* Add pending and pinned messages to query channel response ([#313](https://github.com/GetStream/stream-chat-go/issues/313)) ([9036c50](https://github.com/GetStream/stream-chat-go/commit/9036c50891ab32d366283101f2a1117868e6989e))
11+
512
## [7.6.0](https://github.com/GetStream/stream-chat-go/compare/v7.5.0...v7.6.0) (2025-03-17)
613

714

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 = 6
9+
versionMinor = 7
1010
versionPatch = 0
1111
)
1212

0 commit comments

Comments
 (0)