Skip to content

Commit dbe2502

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 2.8.0 (#70)
Co-authored-by: github-actions <[email protected]>
1 parent b87311e commit dbe2502

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 2.8.0 (2022-01-18)
6+
7+
8+
### Features
9+
10+
* add options to add members ([#68](https://github.com/GetStream/stream-chat-php/issues/68)) ([6bfba2c](https://github.com/GetStream/stream-chat-php/commit/6bfba2ca49da269fb0bb239d6bcb2cad830a85c8))
11+
* add truncate options ([#67](https://github.com/GetStream/stream-chat-php/issues/67)) ([d45ad02](https://github.com/GetStream/stream-chat-php/commit/d45ad0246ffb59c1f03de492da602d7610fcab9c))
12+
113
## 2.7.0 - 2021-11-17
214

315
- Add support for shadow banning user

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class Constant
1515
{
16-
const VERSION = '2.7.0';
16+
const VERSION = '2.8.0';
1717
}
1818

1919
class Client

0 commit comments

Comments
 (0)