From de3fb69812ed08588455c4d2cde7261b40dda030 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:55:15 +0200 Subject: [PATCH] chore(release): v6.10.0 (#275) 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 5e1e173..0e1bf01 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.10.0](https://github.com/GetStream/stream-chat-go/compare/v6.9.0...v6.10.0) (2024-04-05) + + +### Bug Fixes + +* payload for sendmessage to prevent upsert user ([#274](https://github.com/GetStream/stream-chat-go/issues/274)) ([70fd69f](https://github.com/GetStream/stream-chat-go/commit/70fd69f3890f447981b28d3062629fa9efc62333)) + ## [6.9.0](https://github.com/GetStream/stream-chat-go/compare/v6.8.0...v6.9.0) (2024-02-27) diff --git a/version.go b/version.go index 09828b8..98529fd 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 6 - versionMinor = 9 + versionMinor = 10 versionPatch = 0 )