From b205b639d6f8ab299382a27d8f327901ea0a6aed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:03:33 +0200 Subject: [PATCH] chore(release): v6.11.0 (#279) 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 0e1bf01..ad25c7e 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.11.0](https://github.com/GetStream/stream-chat-go/compare/v6.10.0...v6.11.0) (2024-05-27) + + +### Features + +* add message history ([#278](https://github.com/GetStream/stream-chat-go/issues/278)) ([3104c7e](https://github.com/GetStream/stream-chat-go/commit/3104c7e0cbcc1f30705d3b4dbd4ed9dfc37ed2a7)) + ## [6.10.0](https://github.com/GetStream/stream-chat-go/compare/v6.9.0...v6.10.0) (2024-04-05) diff --git a/version.go b/version.go index 98529fd..775b70d 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 6 - versionMinor = 10 + versionMinor = 11 versionPatch = 0 )