From c2ff45fd38ae5096be0fc973825ef82610c8f086 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Aug 2025 07:30:19 +0000 Subject: [PATCH] chore(release): v6.0.0 --- CHANGELOG.md | 7 +++++++ lib/stream/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894b138..a5b98c8 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. +## [6.0.0](https://github.com/GetStream/stream-ruby/compare/v5.1.0...v6.0.0) (2025-08-14) + + +### Bug Fixes + +* multiple ID encoding for get_activities ([bbf666b](https://github.com/GetStream/stream-ruby/commit/bbf666b26acdcc4af618e77a59fa703b8910bd9a)) + ## [5.1.0](https://github.com/GetStream/stream-ruby/compare/v5.0.0...v5.1.0) (2023-11-20) diff --git a/lib/stream/version.rb b/lib/stream/version.rb index 9d85dac..0875235 100644 --- a/lib/stream/version.rb +++ b/lib/stream/version.rb @@ -1,3 +1,3 @@ module Stream - VERSION = '5.1.0'.freeze + VERSION = '6.0.0'.freeze end