Skip to content

Commit

Permalink
Update release info to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Sep 11, 2016
1 parent 3b1831d commit 509c499
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,3 +1,9 @@
# 0.5.1 (September 11, 2016)

* ENHANCEMENT: ec2-snapper now also tags the EBS volume snapshots it creates as part of the process of creating an AMI.
This allows you to find an AMI by name and restore an entire EC2 Instance, or find individual EBS Volumes by name and
restore just a single volume.

# 0.5.0 (April 15, 2016)

* ENHANCEMENT: Add support for a `report` command for reporting CloudWatch metrics.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
}

// CLI stuff
c := cli.NewCLI("ec2-snapper", "0.5.0")
c := cli.NewCLI("ec2-snapper", "0.5.1")
c.Args = os.Args[1:]

c.Commands = map[string]cli.CommandFactory{
Expand Down

0 comments on commit 509c499

Please sign in to comment.