From 353c0844bca4d93f59a406bfe59466454ef628bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:54:15 +0200 Subject: [PATCH] Release v6.4.0 (#249) * chore(release): v6.4.0 --------- Co-authored-by: github-actions --- CHANGELOG.md | 7 +++++++ version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be88ab7..bb7bb80 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.4.0](https://github.com/GetStream/stream-chat-go/compare/v6.3.0...v6.4.0) (2023-03-30) + + +### Features + +* sending system messages ([#248](https://github.com/GetStream/stream-chat-go/issues/248)) ([468c56e](https://github.com/GetStream/stream-chat-go/commit/468c56e13e9e3c4bf9544a7101e575765597f696)) + ## [6.3.0](https://github.com/GetStream/stream-chat-go/compare/v6.2.0...v6.3.0) (2023-03-03) diff --git a/version.go b/version.go index cf62a9b..3402e6b 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 6 - versionMinor = 3 + versionMinor = 4 versionPatch = 0 )