Skip to content

Commit fa76a02

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 2.11.0 (#94)
Co-authored-by: github-actions <[email protected]>
1 parent cf287fe commit fa76a02

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+
## [2.11.0](https://github.com/GetStream/stream-chat-php/compare/2.10.0...2.11.0) (2022-05-30)
6+
7+
8+
### Features
9+
10+
* **campaign:** add campaign endpoints ([#93](https://github.com/GetStream/stream-chat-php/issues/93)) ([cf287fe](https://github.com/GetStream/stream-chat-php/commit/cf287fe590414e35d947829c574fc77dea2ea789))
11+
* **imports:** add import endpoints ([#92](https://github.com/GetStream/stream-chat-php/issues/92)) ([fd209e5](https://github.com/GetStream/stream-chat-php/commit/fd209e5875b7e3e3c88cc6d89712cb99d929732d))
12+
513
## [2.10.0](https://github.com/GetStream/stream-chat-php/compare/2.9.0...2.10.0) (2022-04-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 = '2.10.0';
21+
const VERSION = '2.11.0';
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)