Skip to content

Commit 8e36e9c

Browse files
committed
Bump to 0.5.0
1 parent 2a01eec commit 8e36e9c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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'`.
812

913
## [0.4.0](https://github.com/pusher/chatkit-server-php/compare/0.3.0...0.4.0) - 2018-04-20
1014

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Or add to `composer.json`:
1414

1515
```json
1616
"require": {
17-
"pusher/pusher-chatkit-server": "^0.4.0"
17+
"pusher/pusher-chatkit-server": "^0.5.0"
1818
}
1919
```
2020

0 commit comments

Comments
 (0)