From 7abb9c986de6ca81f00477fa3f6f7ac60ae70df2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Dec 2023 06:12:31 +0000 Subject: [PATCH] chore(release): v6.8.0 --- CHANGELOG.md | 7 +++++++ version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 )