Skip to content

Commit a4e4893

Browse files
github-actions[bot]github-actions
andauthored
chore: release 3.0.0 (#100)
Co-authored-by: github-actions <[email protected]>
1 parent b97a007 commit a4e4893

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [3.0.0](https://github.com/GetStream/stream-chat-php/compare/2.11.1...3.0.0) (2022-08-29)
6+
7+
8+
### Features
9+
10+
* drop php 7.3 support ([#99](https://github.com/GetStream/stream-chat-php/issues/99)) ([b97a007](https://github.com/GetStream/stream-chat-php/commit/b97a007403575ce261982c47e35ce7ac7b1f2aed))
11+
512
### [2.11.1](https://github.com/GetStream/stream-chat-php/compare/2.11.0...2.11.1) (2022-08-29)
613

714

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

2424
/**

0 commit comments

Comments
 (0)