CHANGELOG.md in capistrano-bundler-1.1.2 vs CHANGELOG.md in capistrano-bundler-1.1.3
- old
+ new
@@ -1,4 +1,10 @@
+# 1.1.3 (4 Aug 2014)
+
+* Honor `:no_release` flag by using `release_roles` in Capistrano 3.1
+* capistrano-bundler now requires Capistrano 3.1 or higher (~> 3.1)
+* Added `:bundle_jobs` option for specifying number of parallel jobs
+
# 1.1.2 (8 Feb 2014)
* Added `bundle_env_variables` option for specifying environment variables that should be set when running `bundle`.
* The `bundle_dir` option is now named `bundle_path`
* Use `bundle install` instead of `bundle`