From cc51d54dba552ea2f71841193da876bac2b7efab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 06:37:04 -0600 Subject: [PATCH] chore: release 3.3.0 (#112) * chore(release): 3.3.0 * build: empty commit to restart build --------- Co-authored-by: github-actions Co-authored-by: Vishal Narkhede --- CHANGELOG.md | 8 ++++++++ lib/GetStream/StreamChat/Client.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd6531..9e47989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.0](https://github.com/GetStream/stream-chat-php/compare/v3.2.1...v3.3.0) (2023-07-21) + + +### Features + +* added assignRole endpoint ([#111](https://github.com/GetStream/stream-chat-php/issues/111)) ([ea74a87](https://github.com/GetStream/stream-chat-php/commit/ea74a87e5161b953191bda945fa0d1a538930864)) +* commit message endpoint ([#110](https://github.com/GetStream/stream-chat-php/issues/110)) ([4917191](https://github.com/GetStream/stream-chat-php/commit/49171912d7220448312445dd14e1e848324e4887)) + ### [3.2.1](https://github.com/GetStream/stream-chat-php/compare/v3.2.0...v3.2.1) (2023-01-05) diff --git a/lib/GetStream/StreamChat/Client.php b/lib/GetStream/StreamChat/Client.php index 74c0f9b..c04f610 100644 --- a/lib/GetStream/StreamChat/Client.php +++ b/lib/GetStream/StreamChat/Client.php @@ -18,7 +18,7 @@ */ class Constant { - const VERSION = '3.2.1'; + const VERSION = '3.3.0'; } /**