Skip to content

Commit ce1d64e

Browse files
committed
Release 5.0.1
1 parent a66bf4a commit ce1d64e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.1 - 2021-04-08
2+
* Fix namespacing issue for constant initialization of version
3+
14
## 5.0.0 - 2021-03-26
25
* Drop support for PHP 7.2 and add 8.0 support
36
* Fix undefined constant deprecation from 7.2

lib/GetStream/Stream/Constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
namespace GetStream\Stream;
44

55
class Constant {
6-
const VERSION = '5.0.0';
6+
const VERSION = '5.0.1';
77
}

0 commit comments

Comments
 (0)