From 31d234ec83955f1d1272dfdc09cc539f079d3c91 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 1 Sep 2025 14:12:25 +0000 Subject: [PATCH 1/2] chore(release): 3.19.1 --- CHANGELOG.md | 7 +++++++ lib/stream-chat/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458c5d5..0129149 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. +### [3.19.1](https://github.com/GetStream/stream-chat-ruby/compare/v3.19.0...v3.19.1) (2025-09-01) + + +### Features + +* 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)) + ## [3.19.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.18.0...v3.19.0) (2025-07-07) ## [3.18.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.17.0...v3.18.0) (2025-06-30) diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index e94495a..11a7513 100644 --- a/lib/stream-chat/version.rb +++ b/lib/stream-chat/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module StreamChat - VERSION = '3.19.0' + VERSION = '3.19.1' end From 58821d49a9926094c997fc0b128982d554989e76 Mon Sep 17 00:00:00 2001 From: Daksh Date: Mon, 1 Sep 2025 16:14:32 +0200 Subject: [PATCH 2/2] Empty commit to trigger CI