From 760c417a0f398ac3a45472422ee18118d0943658 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 19 Mar 2026 16:56:25 +0000 Subject: [PATCH] chore(release): v4.0.2 --- CHANGELOG.md | 7 +++++++ version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29374b7..ce06b04 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.0.2](https://github.com/GetStream/getstream-go/compare/v4.0.1...v4.0.2) (2026-03-19) + + +### Bug Fixes + +* add omitempty on pointer types ([#87](https://github.com/GetStream/getstream-go/issues/87)) ([e98f4c9](https://github.com/GetStream/getstream-go/commit/e98f4c9b020dc854b53a728297a8674713da0d16)) + ### [4.0.1](https://github.com/GetStream/getstream-go/compare/v4.0.0...v4.0.1) (2026-03-19) ## [4.0.0](https://github.com/GetStream/getstream-go/compare/v3.9.0...v4.0.0) (2026-03-05) diff --git a/version.go b/version.go index 6669d93..31b3e77 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package getstream const ( - versionName = "v4.0.1" + versionName = "v4.0.2" ) // Version returns the version of the library.