CHANGELOG.md in slack-ruby-client-0.8.0 vs CHANGELOG.md in slack-ruby-client-0.8.1

- old
+ new

@@ -1,4 +1,11 @@ +### 0.8.1 (4/28/2017) + +* Added `exclude_members` option to `channels_list` Web API - [@dblock](https://github.com/dblock). +* Added `chat_unfurl` to Web API - [@dblock](https://github.com/dblock). +* Added `rtm_connect` to RTM API - [@dblock](https://github.com/dblock). +* Added `no_latest` support to `rm_start` RTM API - [@dblock](https://github.com/dblock). + ### 0.8.0 (3/12/2017) * [#135](https://github.com/slack-ruby/slack-ruby-client/issues/135): Added `timeout` and `open_timeout` options to Web API - [@dblock](https://github.com/dblock). * [#134](https://github.com/slack-ruby/slack-ruby-client/issues/134): Set `start_options[:request][:timeout]`, used with `rtm.start` in `Slack::RealTime::Client`, to 180 seconds - [@dblock](https://github.com/dblock). * [#136](https://github.com/slack-ruby/slack-ruby-client/pull/136): Pass request options in web client calls - [@dblock](https://github.com/dblock).