From 7787b242dc6a1189f348c5b8d499ce2468a52aca Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 Jan 2026 10:32:40 +0000 Subject: [PATCH] chore(release): 3.16.0 --- CHANGELOG.md | 2 ++ lib/GetStream/StreamChat/Client.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cd1c5..1145b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.16.0](https://github.com/GetStream/stream-chat-php/compare/3.15.0...3.16.0) (2026-01-27) + ## [3.15.0](https://github.com/GetStream/stream-chat-php/compare/3.14.0...3.15.0) (2026-01-19) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index 9644b75..19517ce 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.15.0'; + const VERSION = '3.16.0'; } /**