CHANGELOG.md in capistrano-bundler-1.1.1 vs CHANGELOG.md in capistrano-bundler-1.1.2
- old
+ new
@@ -1,4 +1,12 @@
+# 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`
+* All options are now optional and can be excluded from the final bundle command by setting them to `nil`
+* Bundler looks for a `Gemfile` by default, so there is no need to specify it.
+
# 1.1.1
* ruby is not prefixed with `bundle exec` anymore by default
* prefix rails with `bundle exec` by default