From 1fa0c858310b100356d88f0a9501f9ccbf9bca90 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 8 Jul 2025 07:43:27 +0000 Subject: [PATCH] chore(release): 3.12.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 d1c939d..7393cd7 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.12.0](https://github.com/GetStream/stream-chat-php/compare/3.10.0...3.12.0) (2025-07-08) + ## [3.10.0](https://github.com/GetStream/stream-chat-php/compare/3.9.0...3.10.0) (2025-04-07) ## [3.9.0](https://github.com/GetStream/stream-chat-php/compare/3.8.0...3.9.0) (2025-02-24) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index 5b46672..3cd67cd 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.10.0'; + const VERSION = '3.12.0'; } /**