CHANGELOG.md in slack-ruby-bot-0.4.3 vs CHANGELOG.md in slack-ruby-bot-0.4.4
- old
+ new
@@ -1,9 +1,15 @@
+### 0.4.4 (Next)
+
+* [#17](https://github.com/dblock/slack-ruby-bot/issues/17): Address bot by `name:` - [@dblock](https://githubcom/dblock).
+* [#19](https://github.com/dblock/slack-ruby-bot/issues/19): Retry on `Faraday::Error::TimeoutError`, `TimeoutError` and `SSLError` - [@dblock](https://githubcom/dblock).
+* [#3](https://github.com/dblock/slack-ruby-bot/issues/3): Retry on `migration_in_progress` errors during `rtm.start` - [@dblock](https://githubcom/dblock).
+* Respond to direct messages without being addressed by name - [@dblock](https://githubcom/dblock).
+* Added `send_gif`, to allow GIFs to be sent without text - [@maclover7](https://github.com/maclover7).
+
### 0.4.3 (8/21/2015)
* [#13](https://github.com/dblock/slack-ruby-bot/issues/13): You can now address the bot by its Slack @id - [@dblock](https://githubcom/dblock).
-
-* Your contribution here.
### 0.4.2 (8/20/2015)
* [#12](https://github.com/dblock/slack-ruby-bot/issues/12): Added support for bot aliases - [@dblock](https://githubcom/dblock).