diff --git a/CHANGELOG.md b/CHANGELOG.md index e32264af..466dace0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,18 @@ gem "capistrano", :github => "capistrano/capistrano" ## [master] -[master]: https://github.com/capistrano/capistrano/compare/v3.10.0...HEAD +[master]: https://github.com/capistrano/capistrano/compare/v3.10.1...HEAD * Your contribution here! +## [`3.10.1`] (2017-12-08) + +[`3.10.1`]: https://github.com/capistrano/capistrano/compare/v3.10.0...v3.10.1 + +### Breaking changes: + +* None + ### Fixes: * [#1954](https://github.com/capistrano/capistrano/pull/1954): Fix Host filtering when multi-host strings contain `0` diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index 046bfde6..441ad38e 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -1,3 +1,3 @@ module Capistrano - VERSION = "3.10.0".freeze + VERSION = "3.10.1".freeze end