From bdcc14b8e54f6e99b6ae54a867d678e1e4d97317 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 16 Dec 2016 08:39:02 -0800 Subject: [PATCH] Preparing v3.7.1 --- CHANGELOG.md | 15 +++++++++++++-- lib/capistrano/version.rb | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) 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