Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sixfeetover committed Jun 6, 2018
1 parent 194dc40 commit 147bbbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# 0.7.0

* Update to AWS SDK v3. Thanks @jpatters and @milgner
* Set iam_instance_profile on newly created launch configurations

# 0.6.1

* Provide a way to bypass new AMI/LC generation by setting `set :create_ami, false`.

# 0.6.0

* Breaking change/bug fix: Region-specific settings were not being preserved. A
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/asg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Capistrano
module Asg
VERSION = '0.6.1'
VERSION = '0.7.0'
end
end

0 comments on commit 147bbbc

Please sign in to comment.