diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ffd2ae0..fa3c2558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ appear at the top. ## [Unreleased][] * Your contribution here! + +## [1.18.2][] (2019-02-03) + * [#448](https://github.com/capistrano/sshkit/pull/448): Fix misbehaving connection eviction loop when disabling connection pooling - [Sebastian Cohnen](https://github.com/tisba) ## [1.18.1][] (2019-01-26) @@ -755,7 +758,8 @@ version `0.0.5`. First release. -[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.18.1...HEAD +[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.18.2...HEAD +[1.18.2]: https://github.com/capistrano/sshkit/compare/v1.18.1...v1.18.2 [1.18.1]: https://github.com/capistrano/sshkit/compare/v1.18.0...v1.18.1 [1.18.0]: https://github.com/capistrano/sshkit/compare/v1.17.0...v1.18.0 [1.17.0]: https://github.com/capistrano/sshkit/compare/v1.16.1...v1.17.0 diff --git a/lib/sshkit/version.rb b/lib/sshkit/version.rb index 208302f7..30703324 100644 --- a/lib/sshkit/version.rb +++ b/lib/sshkit/version.rb @@ -1,3 +1,3 @@ module SSHKit - VERSION = "1.18.1".freeze + VERSION = "1.18.2".freeze end