Skip to content

Commit ecf6b7f

Browse files
committed
Release 5.0.2
1 parent d356220 commit ecf6b7f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.2 - 2021-06-08
2+
* Accept user_id for own reactions
3+
* Handle deprecated cs fixer config
4+
15
## 5.0.1 - 2021-04-08
26
* Fix namespacing issue for constant initialization of version
37

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.0.1';
7+
const VERSION = '5.0.2';
88
}

0 commit comments

Comments
 (0)