Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed Jun 30, 2018
1 parent 2abee63 commit 505a779
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,5 +1,11 @@
# Changelog

## v0.1.7

- Fix usage output for get command
- Rename get command `end` flag to `stop`
- Unexport some exported vars in `cmd` package

## v0.1.6

- Add MFA (assumerole) support (@perriea)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

const version = "0.1.6"
const version = "0.1.7"

var versionCommand = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 505a779

Please sign in to comment.