Skip to content

Commit eb506cb

Browse files
committed
Preparing v1.20.0
1 parent 6e069d7 commit eb506cb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
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.20.0][] (2019-08-03)
11+
912
* [#468](https://github.com/capistrano/sshkit/pull/468): Make `upload!` take a `:verbosity` option like `exec` does - [@grosser](https://github.com/grosser)
1013

1114
## [1.19.1][] (2019-07-02)
@@ -769,7 +772,8 @@ version `0.0.5`.
769772

770773
First release.
771774

772-
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.19.1...HEAD
775+
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.20.0...HEAD
776+
[1.20.0]: https://github.com/capistrano/sshkit/compare/v1.19.1...v1.20.0
773777
[1.19.1]: https://github.com/capistrano/sshkit/compare/v1.19.0...v1.19.1
774778
[1.19.0]: https://github.com/capistrano/sshkit/compare/v1.18.2...v1.19.0
775779
[1.18.2]: https://github.com/capistrano/sshkit/compare/v1.18.1...v1.18.2

lib/sshkit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHKit
2-
VERSION = "1.19.1".freeze
2+
VERSION = "1.20.0".freeze
33
end

0 commit comments

Comments
 (0)