Skip to content

Commit

Permalink
chore(release): 2.8.0 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 18, 2022
1 parent b87311e commit dbe2502
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog

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.

## 2.8.0 (2022-01-18)


### Features

* 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))
* add truncate options ([#67](https://github.com/GetStream/stream-chat-php/issues/67)) ([d45ad02](https://github.com/GetStream/stream-chat-php/commit/d45ad0246ffb59c1f03de492da602d7610fcab9c))

## 2.7.0 - 2021-11-17

- Add support for shadow banning user
Expand Down
2 changes: 1 addition & 1 deletion lib/GetStream/StreamChat/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Constant
{
const VERSION = '2.7.0';
const VERSION = '2.8.0';
}

class Client
Expand Down

0 comments on commit dbe2502

Please sign in to comment.