Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
Prep v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed May 13, 2016
1 parent 0cbffd7 commit 324a8dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [Unreleased][]

* Your contribution here!

## [0.28.0][] (2016-05-13)

* Add `--quiet` to the default `bundle install` flags
* Enable SSH compression by default, now that zlib warning has been fixed in
SSHKit 1.10.0
Expand Down Expand Up @@ -164,7 +167,8 @@ Flush console output after each line is printed. This allows deployment progress

Initial Rubygems release!

[Unreleased]: https://github.com/mattbrictson/capistrano-mb/compare/v0.27.0...HEAD
[Unreleased]: https://github.com/mattbrictson/capistrano-mb/compare/v0.28.0...HEAD
[0.28.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.27.0...v0.28.0
[0.27.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.24.0...v0.25.0
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/mb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module MB
VERSION = "0.27.0"
VERSION = "0.28.0".freeze
end
end

0 comments on commit 324a8dd

Please sign in to comment.