Skip to content

Commit

Permalink
Update changelog and bump version to v1.5.0.pre. Resolves #22, resolves
Browse files Browse the repository at this point in the history
#30, resolves #32 and resolves #34.
  • Loading branch information
Rylon committed Jul 19, 2013
1 parent 42f7867 commit 5ace347
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Changelog.md
@@ -1,9 +1,14 @@
## 1.XXX
## 1.5.0.pre (Jul 19, 2013)

Features:

- Added Support for the [Capistrano Multistage Extension](https://github.com/capistrano/capistrano/wiki/2.x-Multistage-Extension).
- Allow the use of IAM roles to authenticate with AWS, rather than an access key id and secret access key.

Bugfixes:

- Fixed an issue executing cap tasks on individual instances.

## 1.4.11 (Jun 13, 2013)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/capify-ec2/version.rb
@@ -1,6 +1,6 @@
module Capify
module Ec2
VERSION = "1.4.11"
VERSION = "1.5.0.pre"
end
end

0 comments on commit 5ace347

Please sign in to comment.