We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2194c7 commit e67adf2Copy full SHA for e67adf2
2 files changed
CHANGELOG
@@ -2,6 +2,13 @@
2
Change history
3
================
4
5
+4.1.1
6
+=====
7
+:release-date: 2021-01-26
8
+:by: Ferhat Elmas
9
+
10
+* Fix type of activity_id in remove_activity in docblock
11
12
4.1.0
13
=====
14
:release-date: 2020-08-21
lib/GetStream/Stream/Client.php
@@ -4,7 +4,7 @@
use DateTime;
use Exception;
-const VERSION = '4.1.0';
+const VERSION = '4.1.1';
class Client implements ClientInterface
{
0 commit comments