Skip to content

Commit 5dfbfce

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v6.8.0 (#262)
Co-authored-by: github-actions <[email protected]>
1 parent dcbb33c commit 5dfbfce

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.8.0](https://github.com/GetStream/stream-chat-go/compare/v6.7.0...v6.8.0) (2023-12-13)
6+
7+
8+
### Features
9+
10+
* keep channel hidden ([#261](https://github.com/GetStream/stream-chat-go/issues/261)) ([dcbb33c](https://github.com/GetStream/stream-chat-go/commit/dcbb33ca127bc212107d8730796069653b871210))
11+
512
## [6.7.0](https://github.com/GetStream/stream-chat-go/compare/v6.6.0...v6.7.0) (2023-12-07)
613

714
## [6.6.0](https://github.com/GetStream/stream-chat-go/compare/v6.5.0...v6.6.0) (2023-10-23)

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

0 commit comments

Comments
 (0)