CHANGELOG.md in slack-ruby-client-0.7.4 vs CHANGELOG.md in slack-ruby-client-0.7.5

- old
+ new

@@ -1,4 +1,12 @@ +### 0.7.5 (6/27/2016) + +* Added `bots_info` to Web API - [@dblock](https://github.com/dblock). +* Added `team_profile_get` and `team_billableInfo` to Web API - [@dblock](https://github.com/dblock). +* Added `chat_meMessage` to Web API - [@dblock](https://github.com/dblock), [@aaronpk](https://github.com/aaronpk). +* Added `users_profile_get` and `users_profile_set` to Web API - [@dblock](https://github.com/dblock). +* The `stars_list` method no longer takes a user - [@dblock](https://github.com/dblock). + ### 0.7.4 (5/28/2016) * [#93](https://github.com/dblock/slack-ruby-client/pull/93): Fix: When using Celluloid concurrency, handle input from the TCP socket asynchronously from reading more. - [@benzrf](https://github.com/benzrf). * Added `auth_revoke` and `users_identity` to Web API - [@dblock](https://github.com/dblock). * Added `channel` parameter to `files_comments_add` Web API - [@dblock](https://github.com/dblock).