Skip to content

Commit e7e4efa

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v7.9.0 (#321)
Co-authored-by: github-actions <[email protected]>
1 parent 282014f commit e7e4efa

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.9.0](https://github.com/GetStream/stream-chat-go/compare/v7.8.1...v7.9.0) (2025-05-13)
6+
7+
8+
### Features
9+
10+
* **message:** add MessageImmediate option for setting pending=false ([#320](https://github.com/GetStream/stream-chat-go/issues/320)) ([282014f](https://github.com/GetStream/stream-chat-go/commit/282014fd4ae7b15918b6cd2c523d63f1e792fc69))
11+
512
### [7.8.1](https://github.com/GetStream/stream-chat-go/compare/v7.8.0...v7.8.1) (2025-04-24)
613

714
## [7.8.0](https://github.com/GetStream/stream-chat-go/compare/v7.7.0...v7.8.0) (2025-04-11)

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

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

1313
// Version returns the version of the library.

0 commit comments

Comments
 (0)