diff --git a/CHANGELOG.md b/CHANGELOG.md index 1263f389..063e550e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,20 @@ appear at the top. ## [Unreleased][] * Your contribution here! - * [#390](https://github.com/capistrano/sshkit/pull/390): Properly wrap Ruby StandardError w/ add'l context - [@mattbrictson](https://github.com/mattbrictson) + +## [1.13.0][] (2017-03-24) + +### Breaking changes + + * None + +### New features + * [#372](https://github.com/capistrano/sshkit/pull/372): Use cp_r in local backend with recursive option - [@okuramasafumi](https://github.com/okuramasafumi) + +### Bug fixes + + * [#390](https://github.com/capistrano/sshkit/pull/390): Properly wrap Ruby StandardError w/ add'l context - [@mattbrictson](https://github.com/mattbrictson) * [#392](https://github.com/capistrano/sshkit/pull/392): Fix open two connections with changed cache key - [@shirosaki](https://github.com/shirosaki) ## [1.12.0][] (2017-02-10) diff --git a/lib/sshkit/version.rb b/lib/sshkit/version.rb index 3b384079..f8ff444b 100644 --- a/lib/sshkit/version.rb +++ b/lib/sshkit/version.rb @@ -1,3 +1,3 @@ module SSHKit - VERSION = "1.12.0".freeze + VERSION = "1.13.0".freeze end