From 83a710f2553e6e3fbe7e4843f3891baf98af871f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:40:31 +0100 Subject: [PATCH] chore(release): 3.6.0 (#127) Co-authored-by: github-actions --- 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 0448653..61b33ec 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.6.0](https://github.com/GetStream/stream-chat-php/compare/3.5.0...3.6.0) (2024-12-05) + ## [3.5.0](https://github.com/GetStream/stream-chat-php/compare/3.4.1...3.5.0) (2024-09-04) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index b781dd1..95f61a6 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.5.0'; + const VERSION = '3.6.0'; } /**