diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffff4f..4a1dc69 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. +### [4.2.1](https://github.com/GetStream/getstream-go/compare/v4.2.0...v4.2.1) (2026-06-30) + ## [4.2.0](https://github.com/GetStream/getstream-go/compare/v4.1.2...v4.2.0) (2026-06-16) diff --git a/version.go b/version.go index f9558e3..e849ee0 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package getstream const ( - versionName = "v4.2.0" + versionName = "v4.2.1" ) // Version returns the version of the library.