Skip to content

Commit 8911a10

Browse files
committed
Release 5.0.0
1 parent e184ece commit 8911a10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.0.0 - 2021-03-26
2+
* Drop support for PHP 7.2 and add 8.0 support
3+
* Fix undefined constant deprecation from 7.2
4+
* Move to github actions and add static analysis
5+
16
## 4.1.1 - 2021-01-26
27
* Fix type of activity_id in remove_activity in docblock
38

lib/GetStream/Stream/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
namespace GetStream\Stream;
33

4-
const VERSION = '4.1.1';
4+
const VERSION = '5.0.0';

0 commit comments

Comments
 (0)