CHANGELOG.md in slack-ruby-bot-0.4.1 vs CHANGELOG.md in slack-ruby-bot-0.4.2
- old
+ new
@@ -1,5 +1,9 @@
+### 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).
+
### 0.4.1 (7/25/2015)
* Use a real client in `respond_with_slack_message` expectaions - [@dblock](https://githubcom/dblock).
### 0.4.0 (7/25/2015)
@@ -7,10 +11,10 @@
* Using [slack-ruby-client](https://github.com/dblock/slack-ruby-client) - [@dblock](https://githubcom/dblock).
* Use RealTime API to post messages - [@dblock](https://githubcom/dblock).
### 0.3.1 (7/21/2015)
-* [#8](https://github.com/dblock/slack-ruby-bot/issues/8): Fix: `undefined method `strip!' for nil:NilClass` on nil message - [@dblock](https://github.com/dblock).
+* [#8](https://github.com/dblock/slack-ruby-bot/issues/8): Fix: `undefined method 'strip!' for nil:NilClass` on nil message - [@dblock](https://github.com/dblock).
### 0.3.0 (7/19/2015)
* [#5](https://github.com/dblock/slack-ruby-bot/issues/5): Added support for free-formed routes via `match` - [@dblock](https://github.com/dblock).
* [#6](https://github.com/dblock/slack-ruby-bot/issues/6): Commands and operators take blocks - [@dblock](https://github.com/dblock).