We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46265c commit b61f2bbCopy full SHA for b61f2bb
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 5.1.0 - 2021-06-21
2
+* Add target feeds extra data support for reactions
3
+
4
## 5.0.2 - 2021-06-08
5
* Accept user_id for own reactions
6
* Handle deprecated cs fixer config
lib/GetStream/Stream/Constant.php
@@ -4,5 +4,5 @@
class Constant
{
7
- const VERSION = '5.0.2';
+ const VERSION = '5.1.0';
8
}
0 commit comments