diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d092b07..6b79413c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # [Unreleased][] (master) * Your contribution here! + +# [1.4.0][] (21 Oct 2018) + +Breaking changes + +* None + +Added + * When "bundle install" is skipped due to a Gemfile's dependencies are being satisfied, print a message to the log instead of silently skipping # [1.3.0][] (22 Sep 2017) @@ -58,6 +67,7 @@ Added Initial release -[Unreleased]: https://github.com/capistrano/bundler/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/capistrano/bundler/compare/v1.4.0...HEAD +[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 diff --git a/README.md b/README.md index ded5148b..dc6d865b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add these lines to your application's Gemfile **[Recommended]**: ```ruby gem 'capistrano', '~> 3.6' -gem 'capistrano-bundler', '~> 1.3' +gem 'capistrano-bundler', '~> 1.4' ``` And then execute: diff --git a/capistrano-bundler.gemspec b/capistrano-bundler.gemspec index 33e761c0..08facbf4 100644 --- a/capistrano-bundler.gemspec +++ b/capistrano-bundler.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'capistrano-bundler' - spec.version = '1.3.0' + spec.version = '1.4.0' spec.authors = ['Tom Clements', 'Lee Hambley', 'Kir Shatrov'] spec.email = ['seenmyfate@gmail.com', 'lee.hambley@gmail.com', 'shatrov@me.com'] spec.description = %q{Bundler support for Capistrano 3.x}