Skip to content

Commit

Permalink
Preparing v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jun 14, 2016
1 parent 9f16bb3 commit ae0ab62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,23 @@
This file is written in reverse chronological order, newer releases will
appear at the top.

## `master` (Unreleased)
## [Unreleased][]

* Add your entries below here, remember to credit yourself however you want
to be credited!
* Known hosts lookup optimization is now enabled by default. @byroot

## [1.11.0][] (2016-06-14)

### Bug fixes

* Fixed colorized output alignment in Logger::Pretty. @xavierholt
[PR #349](https://github.com/capistrano/sshkit/pull/349)
* Fixed a bug that prevented nested `with` calls
[#43](https://github.com/capistrano/sshkit/issues/43)

### Other changes

* Known hosts lookup optimization is now enabled by default. @byroot

## 1.10.0 (2016-04-22)

Expand Down Expand Up @@ -618,3 +628,6 @@ version `0.0.5`.
## 0.0.1

First release.

[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.11.0...HEAD
[1.11.0]: https://github.com/capistrano/sshkit/compare/v1.10.0...v1.11.0
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.10.0".freeze
VERSION = "1.11.0".freeze
end

0 comments on commit ae0ab62

Please sign in to comment.