Skip to content

Commit baff92c

Browse files
committed
Preparing v1.18.2
1 parent 15251f1 commit baff92c

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.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

756759
First 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

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

0 commit comments

Comments
 (0)