diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c20e35..c09c01f 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.2.0](https://github.com/GetStream/stream-chat-go/compare/v7.1.0...v7.2.0) (2024-12-04) + ## [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 054edda..aed2721 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 7 - versionMinor = 1 + versionMinor = 2 versionPatch = 0 )