Skip to content

Commit cc51d54

Browse files
github-actions[bot]github-actionsvishalnarkhede
authored
chore: release 3.3.0 (#112)
* chore(release): 3.3.0 * build: empty commit to restart build --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Vishal Narkhede <[email protected]>
1 parent ea74a87 commit cc51d54

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [3.3.0](https://github.com/GetStream/stream-chat-php/compare/v3.2.1...v3.3.0) (2023-07-21)
6+
7+
8+
### Features
9+
10+
* added assignRole endpoint ([#111](https://github.com/GetStream/stream-chat-php/issues/111)) ([ea74a87](https://github.com/GetStream/stream-chat-php/commit/ea74a87e5161b953191bda945fa0d1a538930864))
11+
* commit message endpoint ([#110](https://github.com/GetStream/stream-chat-php/issues/110)) ([4917191](https://github.com/GetStream/stream-chat-php/commit/49171912d7220448312445dd14e1e848324e4887))
12+
513
### [3.2.1](https://github.com/GetStream/stream-chat-php/compare/v3.2.0...v3.2.1) (2023-01-05)
614

715

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class Constant
2020
{
21-
const VERSION = '3.2.1';
21+
const VERSION = '3.3.0';
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)