File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] ( https://github.com/pusher/chatkit-server-php/compare/0.4.0...HEAD )
7
+ ## [ Unreleased] ( https://github.com/pusher/chatkit-server-php/compare/0.5.0...HEAD )
8
+
9
+ ## [ 0.5.0] ( https://github.com/pusher/chatkit-server-php/compare/0.4.0...0.5.0 ) - 2018-05-11
10
+
11
+ - API calls to Chatkit servers now return an associative array that has the keys ` 'status' ` and ` 'body' ` .
8
12
9
13
## [ 0.4.0] ( https://github.com/pusher/chatkit-server-php/compare/0.3.0...0.4.0 ) - 2018-04-20
10
14
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Or add to `composer.json`:
14
14
15
15
``` json
16
16
"require" : {
17
- "pusher/pusher-chatkit-server" : " ^0.4 .0"
17
+ "pusher/pusher-chatkit-server" : " ^0.5 .0"
18
18
}
19
19
```
20
20
You can’t perform that action at this time.
0 commit comments