Skip to content

Commit 43a5d64

Browse files
Merge pull request #151 from GetStream/release-v6.0.0
Release v6.0.0
2 parents 749fb78 + c2ff45f commit 43a5d64

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [6.0.0](https://github.com/GetStream/stream-ruby/compare/v5.1.0...v6.0.0) (2025-08-14)
6+
7+
8+
### Bug Fixes
9+
10+
* multiple ID encoding for get_activities ([bbf666b](https://github.com/GetStream/stream-ruby/commit/bbf666b26acdcc4af618e77a59fa703b8910bd9a))
11+
512
## [5.1.0](https://github.com/GetStream/stream-ruby/compare/v5.0.0...v5.1.0) (2023-11-20)
613

714

lib/stream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Stream
2-
VERSION = '5.1.0'.freeze
2+
VERSION = '6.0.0'.freeze
33
end

0 commit comments

Comments
 (0)