Skip to content

Commit aaa8021

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v3.9.0 (#149)
Co-authored-by: github-actions <[email protected]>
1 parent 3c986f2 commit aaa8021

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [3.9.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.7.0...v3.9.0) (2025-02-11)
6+
7+
8+
### Other
9+
10+
* added tests using the restricted visibility feature ([#144](https://github.com/GetStream/stream-chat-ruby/issues/144)) ([b13cc92](https://github.com/GetStream/stream-chat-ruby/commit/b13cc92cd91aeb1f6e1a25f5c6d22efb41339f49))
11+
* **release:** 3.8.0 ([#146](https://github.com/GetStream/stream-chat-ruby/issues/146)) ([e2e7673](https://github.com/GetStream/stream-chat-ruby/commit/e2e7673f6b93a248e870f060e719c6ef16886129))
12+
513
## [3.8.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.7.0...v3.8.0) (2025-02-11)
614

715

lib/stream-chat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module StreamChat
5-
VERSION = '3.8.0'
5+
VERSION = '3.9.0'
66
end

0 commit comments

Comments
 (0)