Skip to content

Commit

Permalink
Preparing v1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Nov 3, 2016
1 parent 9987cca commit a9f47f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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.11.4][] (2016-11-02)

* Use string interpolation for environment variables to avoid escaping issues
with sprintf
[PR #280](https://github.com/capistrano/sshkit/pull/280)
Expand Down Expand Up @@ -653,7 +656,8 @@ version `0.0.5`.

First release.

[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.11.3...HEAD
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.11.4...HEAD
[1.11.4]: https://github.com/capistrano/sshkit/compare/v1.11.3...v1.11.4
[1.11.3]: https://github.com/capistrano/sshkit/compare/v1.11.2...v1.11.3
[1.11.2]: https://github.com/capistrano/sshkit/compare/v1.11.1...v1.11.2
[1.11.1]: https://github.com/capistrano/sshkit/compare/v1.11.0...v1.11.1
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.11.3".freeze
VERSION = "1.11.4".freeze
end

0 comments on commit a9f47f1

Please sign in to comment.