From ad343c8a7c59c8391c733381a8c1add179465918 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 Feb 2026 12:06:38 +0000 Subject: [PATCH] chore(release): 3.16.1 --- CHANGELOG.md | 7 +++++++ lib/GetStream/StreamChat/Client.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1145b54..5fa8a71 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.16.1](https://github.com/GetStream/stream-chat-php/compare/3.16.0...3.16.1) (2026-02-17) + + +### Features + +* add queryTeamUsageStats API endpoint ([#159](https://github.com/GetStream/stream-chat-php/issues/159)) ([3dc8db3](https://github.com/GetStream/stream-chat-php/commit/3dc8db330ddf863d923fbf7d1284c484453c262d)) + ## [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 76029c0..1c90fff 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.16.0'; + const VERSION = '3.16.1'; } /**