diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5c8d2..c0f9564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v0.1.5 (June 13, 2020) + +Features: + +* Added inventory report generation support. +* Added accountAlias flag in accountRegionMapping. +* Added documentation for cli use. +* Updated documentation for quick-start. + +Bugfix: + +* Fixed ami copy process in aws-copyami resource + # v0.1.4 (May 30, 2020) Features: diff --git a/cmd/root.go b/cmd/root.go index 6a2b5b5..dabf33b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -51,7 +51,7 @@ var ( Short: "Proffer is a cross platform tool to distribute cloud images between multiple regions and environments using yml configuration file.", Long: profferLong, Example: profferExamples, - Version: "0.1.4", + Version: "0.1.5", // Uncomment the following line if your bare application // has an action associated with it: // Run: func(cmd *cobra.Command, args []string) { },