Skip to content

Commit

Permalink
Create version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanning committed Sep 30, 2016
1 parent ccbecf2 commit 292bf8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ version 1.4.0
version 1.5.0
- Treat deployments that end in a rollback as a failure

unreleased
version 1.6.0
- Improve warm up for AutoScalingGroup based deployments (See: https://github.com/manheim/cf_deployer/issues/32)
- Automatically rollback on failures for AutoScalingGroup based deployments (See: https://github.com/manheim/cf_deployer/issues/39)
- Improve error message when no stack is exists on ASG-based switch (See: https://github.com/manheim/cf_deployer/issues/50)
Expand Down
2 changes: 1 addition & 1 deletion lib/cf_deployer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CfDeployer
VERSION = "1.5.0"
VERSION = "1.6.0"
end

0 comments on commit 292bf8c

Please sign in to comment.