We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66bf4a commit ce1d64eCopy full SHA for ce1d64e
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 5.0.1 - 2021-04-08
2
+* Fix namespacing issue for constant initialization of version
3
+
4
## 5.0.0 - 2021-03-26
5
* Drop support for PHP 7.2 and add 8.0 support
6
* Fix undefined constant deprecation from 7.2
lib/GetStream/Stream/Constant.php
@@ -3,5 +3,5 @@
namespace GetStream\Stream;
class Constant {
- const VERSION = '5.0.0';
+ const VERSION = '5.0.1';
7
}
0 commit comments