From 3a49ed812ff26fe23afef7c379687a312c5b9f8b Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Feb 2025 09:28:44 +0000 Subject: [PATCH] chore(release): 3.9.0 --- 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 d2d55a1..af726a8 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.9.0](https://github.com/GetStream/stream-chat-php/compare/3.8.0...3.9.0) (2025-02-24) + ## [3.8.0](https://github.com/GetStream/stream-chat-php/compare/3.7.0...3.8.0) (2025-02-11) ## [3.7.0](https://github.com/GetStream/stream-chat-php/compare/3.6.0...3.7.0) (2025-01-02) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index 551cf29..e5fb034 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.8.0'; + const VERSION = '3.9.0'; } /**