CHANGELOG.md in capistrano-bundler-1.5.0 vs CHANGELOG.md in capistrano-bundler-1.6.0
- old
+ new
@@ -1,9 +1,13 @@
# [Unreleased][] (master)
* Your contribution here!
+# [1.6.0][] (2 Jul 2019)
+
+* Added `bundle_check_before_install` option to allow bypassing the `bundle install test` in the `bundler:install` task.
+
# [1.5.0][] (23 Dec 2018)
Changes to default behavior
* Set `bundle_jobs` default to `4` @Tensho
@@ -75,10 +79,11 @@
# 1.0.0
Initial release
-[Unreleased]: https://github.com/capistrano/bundler/compare/v1.5.0...HEAD
+[Unreleased]: https://github.com/capistrano/bundler/compare/v1.6.0...HEAD
+[1.6.0]: https://github.com/capistrano/bundler/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/capistrano/bundler/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/capistrano/bundler/compare/v1.3.0...v1.4.0
[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