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'; } /**