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.
6
6
## [ Unreleased] [ ]
7
7
8
8
* Your contribution here!
9
+
10
+ ## [ 1.18.2] [ ] (2019-02-03)
11
+
9
12
* [ #448 ] ( https://github.com/capistrano/sshkit/pull/448 ) : Fix misbehaving connection eviction loop when disabling connection pooling - [ Sebastian Cohnen] ( https://github.com/tisba )
10
13
11
14
## [ 1.18.1] [ ] (2019-01-26)
@@ -755,7 +758,8 @@ version `0.0.5`.
755
758
756
759
First release.
757
760
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
759
763
[ 1.18.1 ] : https://github.com/capistrano/sshkit/compare/v1.18.0...v1.18.1
760
764
[ 1.18.0 ] : https://github.com/capistrano/sshkit/compare/v1.17.0...v1.18.0
761
765
[ 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 1
1
module SSHKit
2
- VERSION = "1.18.1 " . freeze
2
+ VERSION = "1.18.2 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments