Skip to content

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed Jul 31, 2018
1 parent 1128a01 commit b4a6df8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.8

- Support filter option for get (@cynipe)

## v0.1.7

- Fix usage output for get command
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.7"
const version = "0.1.8"

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

0 comments on commit b4a6df8

Please sign in to comment.