Skip to content

Commit

Permalink
release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit Kumar Sharma committed Jun 13, 2020
1 parent b8ab77a commit 0b00a4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) { },
Expand Down

0 comments on commit 0b00a4d

Please sign in to comment.