Skip to content

Commit 3cc13d8

Browse files
github-actions[bot]github-actionsyaziine
authored
chore(release): v1.8.4 (#185)
* chore(release): v1.8.4 * chore: update version.go --------- Co-authored-by: github-actions <release@getstream.io> Co-authored-by: Yassine Ennebati <yassine@getstream.io>
1 parent f3502f9 commit 3cc13d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
### [1.8.4](https://github.com/GetStream/stream-cli/compare/v1.8.3...v1.8.4) (2026-02-11)
6+
57
### [1.8.3](https://github.com/GetStream/stream-cli/compare/v1.8.2...v1.8.3) (2026-02-10)
68

79
### [1.8.2](https://github.com/GetStream/stream-cli/compare/v1.7.2...v1.8.2) (2026-02-07)

pkg/version/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 = 1
9-
versionMinor = 7
10-
versionPatch = 1
9+
versionMinor = 8
10+
versionPatch = 4
1111
)
1212

1313
func FmtVersion() string {

0 commit comments

Comments
 (0)