Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit Kumar Sharma committed May 30, 2020
1 parent b02811d commit 0dca277
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.1.3 (May 30, 2020)

Features:

* Added support for variables
* Added documentation for variables.

BugFixes:

* Fixed docs gaps.

# v0.1.2 (May 27, 2020)

* Added release process for windows
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.2",
Version: "0.1.3",
// 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 0dca277

Please sign in to comment.