Skip to content

Commit e67adf2

Browse files
committed
Release v4.1.1
1 parent a2194c7 commit e67adf2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Change history
33
================
44

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+
512
4.1.0
613
=====
714
:release-date: 2020-08-21

lib/GetStream/Stream/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use DateTime;
55
use Exception;
66

7-
const VERSION = '4.1.0';
7+
const VERSION = '4.1.1';
88

99
class Client implements ClientInterface
1010
{

0 commit comments

Comments
 (0)