From 75b6c1fd6d4ff02af61a5a44095c3f38a03bab1d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 May 2026 12:14:50 +0000 Subject: [PATCH] chore(release): 3.18.0 --- CHANGELOG.md | 8 ++++++++ lib/GetStream/StreamChat/Client.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7807b0b..14e4b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.18.0](https://github.com/GetStream/stream-chat-php/compare/3.17.0...3.18.0) (2026-05-13) + + +### Features + +* add delete_reactions support for ban user ([#167](https://github.com/GetStream/stream-chat-php/issues/167)) ([d8db9f1](https://github.com/GetStream/stream-chat-php/commit/d8db9f1a63ce9d11404596c44470a380de0a6d4a)) +* **webhooks:** verifyAndParse* API for compressed payloads (CHA-3071) ([#169](https://github.com/GetStream/stream-chat-php/issues/169)) ([a342991](https://github.com/GetStream/stream-chat-php/commit/a3429917516762dde22d7e65bc7bb4fda29b82f0)), closes [GetStream/chat#13222](https://github.com/GetStream/chat/issues/13222) + ## [3.17.0](https://github.com/GetStream/stream-chat-php/compare/3.16.1...3.17.0) (2026-02-25) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index 6bb4968..cd18505 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.17.0'; + const VERSION = '3.18.0'; } /**