diff --git a/CHANGELOG.md b/CHANGELOG.md index 928d84b..181bd19 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. +## [8.2.0](https://github.com/GetStream/stream-chat-go/compare/v8.1.1...v8.2.0) (2026-02-04) + ### [8.1.1](https://github.com/GetStream/stream-chat-go/compare/v8.1.0...v8.1.1) (2026-01-08) diff --git a/version.go b/version.go index c430b86..923dc5d 100644 --- a/version.go +++ b/version.go @@ -6,8 +6,8 @@ import ( const ( versionMajor = 8 - versionMinor = 1 - versionPatch = 1 + versionMinor = 2 + versionPatch = 0 ) // Version returns the version of the library.