CHANGELOG.md in slackistrano-1.1.0 vs CHANGELOG.md in slackistrano-2.0.0
- old
+ new
@@ -1,6 +1,13 @@
# Slackistrano Change Log
+2.0.0
+-----
+
+- **BREAKING:** You must now `require 'slackistrano/capistrano'` in your Capfile.
+ Previously it was just `require 'slackistrano'`. It is also no longer necessary
+ to add `require: false` in your Gemfile, but it won't hurt to leave it.
+
1.1.0
-----
- Honor Capistrano's `--dry-run` [#33]
- Better error reporting if Slack API returns failure [#40]