Skip to content

Commit

Permalink
Preparing v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Apr 22, 2016
1 parent fcfb74e commit 908900c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ appear at the top.

* Add your entries below here, remember to credit yourself however you want
to be credited!

## 1.10.0 (2016-04-22)

* You can now opt-in to caching of SSH's known_hosts file for a speed boost
when deploying to a large fleet of servers. Refer to the
[README](https://github.com/capistrano/sshkit#known-hosts-caching) for
Expand All @@ -16,7 +19,7 @@ appear at the top.
this fixes `zlib(finalizer): the stream was freed prematurely` warnings
[PR #343](https://github.com/capistrano/sshkit/pull/343) @mattbrictson
* Allow command map entries (`SSHKit::CommandMap#[]`) to be Procs
[PR #310]((https://github.com/capistrano/sshkit/pull/310)
[PR #310](https://github.com/capistrano/sshkit/pull/310)
@mikz

## 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sshkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SSHKit
VERSION = "1.9.0"
VERSION = "1.10.0".freeze
end

0 comments on commit 908900c

Please sign in to comment.