We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e184ece commit 8911a10Copy full SHA for 8911a10
CHANGELOG.md
@@ -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
+
6
## 4.1.1 - 2021-01-26
7
* Fix type of activity_id in remove_activity in docblock
8
lib/GetStream/Stream/Version.php
@@ -1,4 +1,4 @@
<?php
namespace GetStream\Stream;
-const VERSION = '4.1.1';
+const VERSION = '5.0.0';
0 commit comments