Skip to content

Commit 02708e9

Browse files
committed
Release 2.0.0
1 parent d72e6ad commit 02708e9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.0 - 2021-03-24
2+
3+
* Add channel partial update
4+
* Ensure query channels has filters, empty filters not supported
5+
* Fix test of get rate limits endpoint
6+
* Move license to BSD-3
7+
* Drop PHP 7.2 and PHP 7.4 and 8.0 support
8+
* Upgrade composer to v2
9+
* Move to github actions and use phan and php-cs-fixer in CI
10+
111
## 1.4.0 - 2021-03-10
212

313
* Add get rate limits endpoint support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stream-chat-php
22

3-
[![Build Status](https://travis-ci.com/GetStream/stream-chat-php.svg?branch=master)](https://travis-ci.com/GetStream/stream-chat-php) [![Latest Stable Version](https://poser.pugx.org/get-stream/stream-chat/v/stable)](https://packagist.org/packages/get-stream/stream-chat)
3+
[![build](https://github.com/GetStream/stream-chat-php/workflows/build/badge.svg)](https://github.com/GetStream/stream-chat-php/actions) [![Latest Stable Version](https://poser.pugx.org/get-stream/stream-chat/v/stable)](https://packagist.org/packages/get-stream/stream-chat)
44

55
The official PHP API client for [Stream chat](https://getstream.io/chat/) a service for building chat applications.
66

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use GuzzleHttp\Psr7\Uri;
1212
use GuzzleHttp\Psr7\MultipartStream;
1313

14-
const VERSION = '1.4.0';
14+
const VERSION = '2.0.0';
1515

1616
class Client
1717
{

0 commit comments

Comments
 (0)