From c05cbd872e5e6e98f6ef6eadbabec373a2b63a80 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Nov 2025 12:45:19 +0000 Subject: [PATCH] chore(release): 3.14.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 8a2b36c..e1aa943 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.14.0](https://github.com/GetStream/stream-chat-php/compare/3.13.0...3.14.0) (2025-11-12) + + +### Features + +* add filter tags support on channels ([#149](https://github.com/GetStream/stream-chat-php/issues/149)) ([ac26680](https://github.com/GetStream/stream-chat-php/commit/ac2668017a0fad4afc95a021c1539dc4f9ddee71)) +* add hide_history_before option for adding members ([#148](https://github.com/GetStream/stream-chat-php/issues/148)) ([c8c38de](https://github.com/GetStream/stream-chat-php/commit/c8c38de546c5cc8e635bc61159800ae656e89355)) + ## [3.13.0](https://github.com/GetStream/stream-chat-php/compare/3.12.0...3.13.0) (2025-10-06) ## [3.12.0](https://github.com/GetStream/stream-chat-php/compare/3.10.0...3.12.0) (2025-07-08) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index 24ce985..d98b520 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.13.0'; + const VERSION = '3.14.0'; } /**