From ef90a2a321cd53e328854a52c7712cd3a6190c33 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Jan 2025 13:19:27 +0000 Subject: [PATCH 1/2] chore(release): 3.7.0 --- CHANGELOG.md | 7 +++++++ lib/GetStream/StreamChat/Client.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b33ec..e85d756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7.0](https://github.com/GetStream/stream-chat-php/compare/3.6.0...3.7.0) (2025-01-02) + + +### Features + +* undelete message ([#129](https://github.com/GetStream/stream-chat-php/issues/129)) ([5c48b07](https://github.com/GetStream/stream-chat-php/commit/5c48b07b4590c8cab7296153296130d9f0b6b456)) + ## [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 ed588d5..5249999 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.6.0'; + const VERSION = '3.7.0'; } /** From 3f75cc696e8988b773f0ae935db936eb62abb774 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Thu, 2 Jan 2025 19:14:30 +0530 Subject: [PATCH 2/2] chore: Trigger CI