File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ appear at the top.
66## [ Unreleased] [ ]
77
88 * Your contribution here!
9+
10+ ## [ 1.18.2] [ ] (2019-02-03)
11+
912 * [ #448 ] ( https://github.com/capistrano/sshkit/pull/448 ) : Fix misbehaving connection eviction loop when disabling connection pooling - [ Sebastian Cohnen] ( https://github.com/tisba )
1013
1114## [ 1.18.1] [ ] (2019-01-26)
@@ -755,7 +758,8 @@ version `0.0.5`.
755758
756759First release.
757760
758- [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.18.1...HEAD
761+ [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.18.2...HEAD
762+ [ 1.18.2 ] : https://github.com/capistrano/sshkit/compare/v1.18.1...v1.18.2
759763[ 1.18.1 ] : https://github.com/capistrano/sshkit/compare/v1.18.0...v1.18.1
760764[ 1.18.0 ] : https://github.com/capistrano/sshkit/compare/v1.17.0...v1.18.0
761765[ 1.17.0 ] : https://github.com/capistrano/sshkit/compare/v1.16.1...v1.17.0
Original file line number Diff line number Diff line change 11module SSHKit
2- VERSION = "1.18.1 " . freeze
2+ VERSION = "1.18.2 " . freeze
33end
You can’t perform that action at this time.
0 commit comments