Skip to content

Commit a67e291

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 3.16.1 (#160)
Co-authored-by: github-actions <release@getstream.io>
1 parent 3dc8db3 commit a67e291

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [3.16.1](https://github.com/GetStream/stream-chat-php/compare/3.16.0...3.16.1) (2026-02-17)
6+
7+
8+
### Features
9+
10+
* add queryTeamUsageStats API endpoint ([#159](https://github.com/GetStream/stream-chat-php/issues/159)) ([3dc8db3](https://github.com/GetStream/stream-chat-php/commit/3dc8db330ddf863d923fbf7d1284c484453c262d))
11+
512
## [3.16.0](https://github.com/GetStream/stream-chat-php/compare/3.15.0...3.16.0) (2026-01-27)
613

714
## [3.15.0](https://github.com/GetStream/stream-chat-php/compare/3.14.0...3.15.0) (2026-01-19)

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class Constant
2020
{
21-
const VERSION = '3.16.0';
21+
const VERSION = '3.16.1';
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)