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

Commit

Permalink
Preparing v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Oct 15, 2016
1 parent 461e53e commit f837711
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.31.0][] (2016-10-14)

* Ensure `software-properties-common` package is installed during `provision:14_04` so that `apt-add-repository` works.
* Don't echo dotenv values for keys with `pepper` in the name.
* Add `ntp` to the list of packages installed on all server roles.
Expand Down Expand Up @@ -185,7 +188,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.30.0...HEAD
[Unreleased]: https://github.com/mattbrictson/capistrano-mb/compare/v0.31.0...HEAD
[0.31.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.29.0...v0.30.0
[0.29.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.28.0...v0.29.0
[0.28.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.27.0...v0.28.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.30.0".freeze
VERSION = "0.31.0".freeze
end
end

0 comments on commit f837711

Please sign in to comment.