diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff38fe..66d0485 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. +### [4.1.2](https://github.com/GetStream/getstream-go/compare/v4.1.1...v4.1.2) (2026-06-15) + + +### Features + +* [CHA-2958] standardize error handling ([#112](https://github.com/GetStream/getstream-go/issues/112)) ([fcd20e7](https://github.com/GetStream/getstream-go/commit/fcd20e7beeb240527adac2face785fe944237720)) + ## [4.2.0](https://github.com/GetStream/getstream-go/compare/v4.1.1...v4.2.0) (2026-MM-DD) ### Features diff --git a/version.go b/version.go index 2c3bfe3..20b59c7 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package getstream const ( - versionName = "v4.1.1" + versionName = "v4.1.2" ) // Version returns the version of the library.