Skip to content

Commit

Permalink
Preparing v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Feb 10, 2017
1 parent b87ddbd commit d706d89
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ appear at the top.
## [Unreleased][]

* Your contribution here!

## [1.12.0][] (2017-02-10)

### Breaking changes

* None

### New features

* Add `SSHKit.config.default_runner_config` option that allows overriding default runner configs.

## [1.11.5][] (2016-12-16)
Expand Down Expand Up @@ -663,7 +672,8 @@ version `0.0.5`.

First release.

[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.11.5...HEAD
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/capistrano/sshkit/compare/v1.11.5...v1.12.0
[1.11.5]: https://github.com/capistrano/sshkit/compare/v1.11.4...v1.11.5
[1.11.4]: https://github.com/capistrano/sshkit/compare/v1.11.3...v1.11.4
[1.11.3]: https://github.com/capistrano/sshkit/compare/v1.11.2...v1.11.3
Expand Down
2 changes: 1 addition & 1 deletion lib/sshkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SSHKit
VERSION = "1.11.5".freeze
VERSION = "1.12.0".freeze
end

0 comments on commit d706d89

Please sign in to comment.