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 )