Skip to content

Commit a30bb32

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v8.0.0 (#363)
Co-authored-by: github-actions <[email protected]>
1 parent 922ff70 commit a30bb32

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [8.0.0](https://github.com/GetStream/stream-chat-go/compare/v7.15.1...v8.0.0) (2025-12-19)
6+
7+
8+
### Features
9+
10+
* Fix QueryReminders to use filter parameter instead of filter_conditions ([#360](https://github.com/GetStream/stream-chat-go/issues/360)) ([d00843e](https://github.com/GetStream/stream-chat-go/commit/d00843eff6fc2067b9671e609c6c0f2a15140194))
11+
* support option to mark messages unread by message timestamp ([#358](https://github.com/GetStream/stream-chat-go/issues/358)) ([6cb57a2](https://github.com/GetStream/stream-chat-go/commit/6cb57a2c06727ab867182c88841cf27f749a769a))
12+
513
### [7.15.1](https://github.com/GetStream/stream-chat-go/compare/v7.14.2...v7.15.1) (2025-11-12)
614

715

version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
55
)
66

77
const (
8-
versionMajor = 7
9-
versionMinor = 15
10-
versionPatch = 1
8+
versionMajor = 8
9+
versionMinor = 0
10+
versionPatch = 0
1111
)
1212

1313
// Version returns the version of the library.

0 commit comments

Comments
 (0)