diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cee9cc..f9a020e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/main.go b/main.go index 24f3be2..d20b192 100644 --- a/main.go +++ b/main.go @@ -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{