Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Mar 24, 2021
1 parent d72e6ad commit 02708e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.0.0 - 2021-03-24

* Add channel partial update
* Ensure query channels has filters, empty filters not supported
* Fix test of get rate limits endpoint
* Move license to BSD-3
* Drop PHP 7.2 and PHP 7.4 and 8.0 support
* Upgrade composer to v2
* Move to github actions and use phan and php-cs-fixer in CI

## 1.4.0 - 2021-03-10

* Add get rate limits endpoint support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stream-chat-php

[![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)
[![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)

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

Expand Down
2 changes: 1 addition & 1 deletion lib/GetStream/StreamChat/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use GuzzleHttp\Psr7\Uri;
use GuzzleHttp\Psr7\MultipartStream;

const VERSION = '1.4.0';
const VERSION = '2.0.0';

class Client
{
Expand Down

0 comments on commit 02708e9

Please sign in to comment.