CHANGELOG.md in capistrano-bundler-1.1.4 vs CHANGELOG.md in capistrano-bundler-1.2.0
- old
+ new
@@ -1,7 +1,18 @@
-# 1.1.4 (22 Jan 2014)
+# [Unreleased][] (master)
+* Your contribution here!
+
+# [1.2.0][] (1 Oct 2016)
+
+* Added a `bundle clean` task. There are no default hooks for it.
+* Use `bundle check` to check if we can skip `bundle install`
+* Run `bundle:install` on rollback (`deploy:reverted`)
+* You can now `require "capistrano/bundler/tasks"` to load the tasks only without the hooks
+
+# 1.1.4 (22 Jan 2015)
+
* Don’t generate binstubs by default (#61)
# 1.1.3 (4 Aug 2014)
* Honor `:no_release` flag by using `release_roles` in Capistrano 3.1
@@ -27,5 +38,8 @@
Thanks to new command map, now this integration adds `bundle exec` to global executables (gem, ruby, rake). The list of executable can be tweaked by `bundle_bins`.
# 1.0.0
Initial release
+
+[Unreleased]: https://github.com/capistrano/bundler/compare/v1.2.0...HEAD
+[1.2.0]: https://github.com/capistrano/bundler/compare/v1.1.4...v1.2.0