Skip to content

Commit

Permalink
Preparing v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Mar 31, 2017
1 parent d09e26f commit 90ac646
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ appear at the top.
## [Unreleased][]

* Your contribution here!

## [1.13.1][] (2017-03-31)

### Breaking changes

* None

### Bug fixes

* [#397](https://github.com/capistrano/sshkt/pull/397): Fix NoMethodError assign_defaults with net-ssh older than 4.0.0 - [@shirosaki](https://github.com/shirosaki)

## [1.13.0][] (2017-03-24)
Expand Down Expand Up @@ -688,7 +697,8 @@ version `0.0.5`.

First release.

[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.13.0...HEAD
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.13.1...HEAD
[1.13.1]: https://github.com/capistrano/sshkit/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/capistrano/sshkit/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/capistrano/sshkit/compare/v1.11.5...v1.12.0
[1.11.5]: https://github.com/capistrano/sshkit/compare/v1.11.4...v1.11.5
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.13.0".freeze
VERSION = "1.13.1".freeze
end

0 comments on commit 90ac646

Please sign in to comment.