diff --git a/CHANGELOG.md b/CHANGELOG.md index 7807b0b..ee08bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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-09-10) + + +### 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)) +* support skip_truncate on channel delete ([#173](https://github.com/GetStream/stream-chat-php/issues/173)) ([d77de2b](https://github.com/GetStream/stream-chat-php/commit/d77de2bd2ab516ae1e9809b8d01e5427534cbb02)) +* **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'; } /**