diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c990c3..ca19e422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,21 @@ Reverse Chronological Order: ## master -https://github.com/capistrano/capistrano/compare/v3.7.0...HEAD +https://github.com/capistrano/capistrano/compare/v3.7.1...HEAD * Your contribution here! -* Fixed a bug with mercurial deploys trying to use an undefined variable + +## `3.7.1` (2016-12-16) + +https://github.com/capistrano/capistrano/compare/v3.7.0...v3.7.1 + +### Potentially breaking changes: + +* None + +### Fixes: + +* Fixed a bug with mercurial deploys failing due to an undefined variable ## `3.7.0` (2016-12-10) diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index fac3f420..68af3ab3 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -1,3 +1,3 @@ module Capistrano - VERSION = "3.7.0".freeze + VERSION = "3.7.1".freeze end