Skip to content

Commit

Permalink
chore: release 3.0.0 (#100)
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 Aug 29, 2022
1 parent b97a007 commit a4e4893
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [3.0.0](https://github.com/GetStream/stream-chat-php/compare/2.11.1...3.0.0) (2022-08-29)


### Features

* 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))

### [2.11.1](https://github.com/GetStream/stream-chat-php/compare/2.11.0...2.11.1) (2022-08-29)


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 @@ -18,7 +18,7 @@
*/
class Constant
{
const VERSION = '2.11.1';
const VERSION = '3.0.0';
}

/**
Expand Down

0 comments on commit a4e4893

Please sign in to comment.