Skip to content

Commit d706d89

Browse files
committed
Preparing v1.12.0
1 parent b87ddbd commit d706d89

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ appear at the top.
66
## [Unreleased][]
77

88
* Your contribution here!
9+
10+
## [1.12.0][] (2017-02-10)
11+
12+
### Breaking changes
13+
14+
* None
15+
16+
### New features
17+
918
* Add `SSHKit.config.default_runner_config` option that allows overriding default runner configs.
1019

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

664673
First release.
665674

666-
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.11.5...HEAD
675+
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.12.0...HEAD
676+
[1.12.0]: https://github.com/capistrano/sshkit/compare/v1.11.5...v1.12.0
667677
[1.11.5]: https://github.com/capistrano/sshkit/compare/v1.11.4...v1.11.5
668678
[1.11.4]: https://github.com/capistrano/sshkit/compare/v1.11.3...v1.11.4
669679
[1.11.3]: https://github.com/capistrano/sshkit/compare/v1.11.2...v1.11.3

lib/sshkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHKit
2-
VERSION = "1.11.5".freeze
2+
VERSION = "1.12.0".freeze
33
end

0 commit comments

Comments
 (0)