diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f5c40..21d4a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [6.8.0](https://github.com/GetStream/stream-chat-go/compare/v6.7.0...v6.8.0) (2023-12-13) + + +### Features + +* keep channel hidden ([#261](https://github.com/GetStream/stream-chat-go/issues/261)) ([dcbb33c](https://github.com/GetStream/stream-chat-go/commit/dcbb33ca127bc212107d8730796069653b871210)) + ## [6.7.0](https://github.com/GetStream/stream-chat-go/compare/v6.6.0...v6.7.0) (2023-12-07) ## [6.6.0](https://github.com/GetStream/stream-chat-go/compare/v6.5.0...v6.6.0) (2023-10-23) diff --git a/version.go b/version.go index db3a6b9..ea6c9cf 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 6 - versionMinor = 7 + versionMinor = 8 versionPatch = 0 )