Skip to content

Commit 62b38a7

Browse files
github-actions[bot]github-actions
andauthored
Release 2.9.0 (#75)
Co-authored-by: github-actions <[email protected]>
1 parent ccf956c commit 62b38a7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/initiate_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
run: |
4141
gh pr create \
42-
-t "Release ${{ github.event.inputs.version }}" \
42+
-t "chore: release ${{ github.event.inputs.version }}" \
4343
-b "# :rocket: ${{ github.event.inputs.version }}
4444
Make sure to use squash & merge when merging!
4545
Once this is merged, another job will kick off automatically and publish the package.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.9.0 (2022-02-04)
6+
7+
8+
### Features
9+
10+
* add custom http client possibility ([#73](https://github.com/GetStream/stream-chat-php/issues/73)) ([e72f104](https://github.com/GetStream/stream-chat-php/commit/e72f104b41b45540ac98443d6bb7ef2d9b82a6a2))
11+
* add full feature parity ([#71](https://github.com/GetStream/stream-chat-php/issues/71)) ([1377507](https://github.com/GetStream/stream-chat-php/commit/1377507475f3175bd82faf2e72ec71540335a3eb))
12+
* add ratelimit to response ([#72](https://github.com/GetStream/stream-chat-php/issues/72)) ([4ffdaa1](https://github.com/GetStream/stream-chat-php/commit/4ffdaa194fd29c6dbb83488b3b067b631ebc24b5))
13+
14+
15+
### Bug Fixes
16+
17+
* fix invitation and channel update logic ([#74](https://github.com/GetStream/stream-chat-php/issues/74)) ([ccf956c](https://github.com/GetStream/stream-chat-php/commit/ccf956c4c13437f7849a1efae50d38c29730f04f))
18+
519
## 2.8.0 (2022-01-18)
620

721

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Constant
1919
{
20-
const VERSION = '2.8.0';
20+
const VERSION = '2.9.0';
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)