Skip to content

Commit 3d9ebc0

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 2.10.0 (#87)
Co-authored-by: github-actions <[email protected]>
1 parent 9e9b162 commit 3d9ebc0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.10.0](https://github.com/GetStream/stream-chat-php/compare/2.9.0...2.10.0) (2022-04-05)
6+
7+
8+
### Features
9+
10+
* add device fields ([#85](https://github.com/GetStream/stream-chat-php/issues/85)) ([f75662e](https://github.com/GetStream/stream-chat-php/commit/f75662e1eefa6d8b4d59155d9554c4716b07a177))
11+
* add new moderation apis ([#83](https://github.com/GetStream/stream-chat-php/issues/83)) ([dc67d75](https://github.com/GetStream/stream-chat-php/commit/dc67d75f820d5b241cb2af04b2b3e2bba24a7177))
12+
* add push providers ([#84](https://github.com/GetStream/stream-chat-php/issues/84)) ([d39c770](https://github.com/GetStream/stream-chat-php/commit/d39c770e10df1a96568c7f126740c2acd33f78bc))
13+
* add type hints to php, plus some documentation improvements ([#77](https://github.com/GetStream/stream-chat-php/issues/77)) ([69d6567](https://github.com/GetStream/stream-chat-php/commit/69d656770ba5c7e5649af47cdfe8597df7d81888))
14+
* remove jwt dependency ([#79](https://github.com/GetStream/stream-chat-php/issues/79)) ([116cfa5](https://github.com/GetStream/stream-chat-php/commit/116cfa574a66ad5de4dd8f17f46f320d59d6724e))
15+
16+
17+
### Bug Fixes
18+
19+
* fix user/channel events ([#80](https://github.com/GetStream/stream-chat-php/issues/80)) ([44d36f3](https://github.com/GetStream/stream-chat-php/commit/44d36f36db3903cbf266a6d011e7f9c81bf60bb1))
20+
521
## 2.9.0 (2022-02-04)
622

723

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.9.0';
21+
const VERSION = '2.10.0';
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)