diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db7eac..0c20e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [7.1.0](https://github.com/GetStream/stream-chat-go/compare/v7.0.0...v7.1.0) (2024-10-28) + ## [7.0.0](https://github.com/GetStream/stream-chat-go/compare/v6.11.0...v7.0.0) (2024-09-10) diff --git a/version.go b/version.go index 9278d45..054edda 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 7 - versionMinor = 0 + versionMinor = 1 versionPatch = 0 )