From f8f5d908b1a5f272f4a2eb748bdf4b05c04be3da Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 15 Jun 2026 09:46:38 +0000 Subject: [PATCH] chore(release): v4.1.2 --- CHANGELOG.md | 7 +++++++ version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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.