diff --git a/CHANGELOG.md b/CHANGELOG.md index 063a7f8..8a2b36c 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.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) ## [3.11.0](https://github.com/GetStream/stream-chat-php/compare/3.10.0...3.11.0) (2025-06-18) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index 0ccd851..24ce985 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.12.0'; + const VERSION = '3.13.0'; } /**