Skip to content

Commit f37c2d4

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v3.20.0 (#181)
Co-authored-by: github-actions <[email protected]>
1 parent b796d0f commit f37c2d4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.20.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.19.0...v3.20.0) (2025-10-06)
6+
7+
8+
### Features
9+
10+
* Added `Delete for me` support on behalf of a user ([#178](https://github.com/GetStream/stream-chat-ruby/issues/178)) ([770a441](https://github.com/GetStream/stream-chat-ruby/commit/770a441ff6243ab6d10fde7daa2b75b4137c4db0))
11+
12+
13+
### Other
14+
15+
* **release:** 3.19.1 ([#179](https://github.com/GetStream/stream-chat-ruby/issues/179)) ([bae463b](https://github.com/GetStream/stream-chat-ruby/commit/bae463b298ffd047624dfc6a35c14475fd97d475))
16+
517
### [3.19.1](https://github.com/GetStream/stream-chat-ruby/compare/v3.19.0...v3.19.1) (2025-09-01)
618

719

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.19.1'
5+
VERSION = '3.20.0'
66
end

0 commit comments

Comments
 (0)