Skip to content

Commit d71b175

Browse files
committed
Preparing v1.16.0
1 parent f3ac49c commit d71b175

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.16.0][] (2018-02-03)
11+
912
* [#417](https://github.com/capistrano/sshkit/pull/417): Cache key generation for connections becomes slow when `known_hosts` is a valid `net/ssh` options and `known_hosts` file is big. This changes the cache key generation and fixes performance issue - [@ElvinEfendi](https://github.com/ElvinEfendi).
1013

1114
## [1.15.1][] (2017-11-18)
@@ -735,7 +738,8 @@ version `0.0.5`.
735738

736739
First release.
737740

738-
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.15.1...HEAD
741+
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.16.0...HEAD
742+
[1.16.0]: https://github.com/capistrano/sshkit/compare/v1.15.1...v1.16.0
739743
[1.15.1]: https://github.com/capistrano/sshkit/compare/v1.15.0...v1.15.1
740744
[1.15.0]: https://github.com/capistrano/sshkit/compare/v1.14.0...v1.15.0
741745
[1.14.0]: https://github.com/capistrano/sshkit/compare/v1.13.1...v1.14.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.15.1".freeze
2+
VERSION = "1.16.0".freeze
33
end

0 commit comments

Comments
 (0)