From 87dbc6240a14d30805555e918f4647d509e14eaf Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 20 Mar 2025 17:52:32 +0000 Subject: [PATCH] chore(release): v8.8.0 --- CHANGELOG.md | 2 ++ version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30012cd..6c21aa5 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.8.0](https://github.com/GetStream/stream-go2/compare/v8.7.0...v8.8.0) (2025-03-20) + ## [8.7.0](https://github.com/GetStream/stream-go2/compare/v8.6.0...v8.7.0) (2025-03-19) ## [8.6.0](https://github.com/GetStream/stream-go2/compare/v8.5.0...v8.6.0) (2025-03-07) diff --git a/version.go b/version.go index c15a636..fb03292 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package stream // Version is the current release version for this client -var Version = "v8.7.0" +var Version = "v8.8.0"