Skip to content

Commit 0429f74

Browse files
committed
Preparing v1.17.0
1 parent e627f72 commit 0429f74

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
* Your contribution here!
9+
10+
## [1.17.0][] (2018-07-07)
11+
912
* [#430](https://github.com/capistrano/sshkit/pull/430): [Feature] Command Argument STDOUT/capistrano.log Hiding - [@NorseGaud](https://github.com/NorseGaud)
1013

1114
## [1.16.1][] (2018-05-20)
@@ -743,7 +746,8 @@ version `0.0.5`.
743746

744747
First release.
745748

746-
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.16.1...HEAD
749+
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.17.0...HEAD
750+
[1.17.0]: https://github.com/capistrano/sshkit/compare/v1.16.1...v1.17.0
747751
[1.16.1]: https://github.com/capistrano/sshkit/compare/v1.16.0...v1.16.1
748752
[1.16.0]: https://github.com/capistrano/sshkit/compare/v1.15.1...v1.16.0
749753
[1.15.1]: https://github.com/capistrano/sshkit/compare/v1.15.0...v1.15.1

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.16.1".freeze
2+
VERSION = "1.17.0".freeze
33
end

0 commit comments

Comments
 (0)