Skip to content

Commit de3fb69

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v6.10.0 (#275)
Co-authored-by: github-actions <[email protected]>
1 parent 70fd69f commit de3fb69

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+
## [6.10.0](https://github.com/GetStream/stream-chat-go/compare/v6.9.0...v6.10.0) (2024-04-05)
6+
7+
8+
### Bug Fixes
9+
10+
* payload for sendmessage to prevent upsert user ([#274](https://github.com/GetStream/stream-chat-go/issues/274)) ([70fd69f](https://github.com/GetStream/stream-chat-go/commit/70fd69f3890f447981b28d3062629fa9efc62333))
11+
512
## [6.9.0](https://github.com/GetStream/stream-chat-go/compare/v6.8.0...v6.9.0) (2024-02-27)
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 = 6
9-
versionMinor = 9
9+
versionMinor = 10
1010
versionPatch = 0
1111
)
1212

0 commit comments

Comments
 (0)