Skip to content

Commit cdc3e27

Browse files
github-actions[bot]github-actions
andauthored
chore(release): release 6.0.0 (#118)
Co-authored-by: github-actions <release@getstream.io>
1 parent f97432b commit cdc3e27

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+
## [6.0.0](https://github.com/GetStream/stream-php/compare/5.2.0...6.0.0) (2022-08-29)
6+
7+
8+
### Features
9+
10+
* drop php 7.3 support ([#117](https://github.com/GetStream/stream-php/issues/117)) ([f97432b](https://github.com/GetStream/stream-php/commit/f97432bfafb9adfa963ef3254a6e2575fb4d7b01))
11+
512
## [5.2.0](https://github.com/GetStream/stream-php/compare/5.1.1...5.2.0) (2022-08-29)
613

714

lib/GetStream/Stream/Constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
class Constant
66
{
7-
const VERSION = '5.2.0';
7+
const VERSION = '6.0.0';
88
}

0 commit comments

Comments
 (0)