From 59dbc6a5392864e56628405b9028bb9f57789bb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:28:11 +0100 Subject: [PATCH] chore(release): 3.4.0 (#117) 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 9e47989..cbdddac 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.4.0](https://github.com/GetStream/stream-chat-php/compare/3.3.0...3.4.0) (2024-03-01) + ## [3.3.0](https://github.com/GetStream/stream-chat-php/compare/v3.2.1...v3.3.0) (2023-07-21) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index 331aeea..371dbca 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.3.0'; + const VERSION = '3.4.0'; } /**