CHANGELOG.md in capistrano-bundler-1.2.0 vs CHANGELOG.md in capistrano-bundler-1.3.0
- old
+ new
@@ -1,12 +1,28 @@
# [Unreleased][] (master)
* Your contribution here!
+# [1.3.0][] (22 Sep 2017)
+
+Breaking changes
+
+* None
+
+Added
+
+* Set all variables in `load:defaults` task so they are recognised as valid Capistrano settings when using `doctor:variables` and ensure defaults for `bundle_env_variables` and `bundle_clean_options` are set once in the same place as the other defaults.
+
# [1.2.0][] (1 Oct 2016)
-* Added a `bundle clean` task. There are no default hooks for it.
+Breaking changes
+
+* None
+
+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)
@@ -39,7 +55,8 @@
# 1.0.0
Initial release
-[Unreleased]: https://github.com/capistrano/bundler/compare/v1.2.0...HEAD
+[Unreleased]: https://github.com/capistrano/bundler/compare/v1.3.0...HEAD
+[1.3.0]: https://github.com/capistrano/bundler/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/capistrano/bundler/compare/v1.1.4...v1.2.0