Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghchinoy committed Apr 9, 2018
1 parent a8750b9 commit e56352f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ BUG FIXES:

IMPROVEMENTS:

# v0.13.0

NEW FEATURES:

BUG FIXES:

IMPROVEMENTS:

* `instances test` now has a flag to remove bad instances, `--remove` ([#1](https://github.com/ghchinoy/cectl/issues/1))

# v0.12.1

NEW FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# No need to change anything below ####
#

VERSION=0.12.1
VERSION=0.13.0

TOOLNAME=cectl
OSLIST=(linux darwin windows)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

const (
version = "0.12.1"
version = "0.13.0"
versionName = "stratocumulus"
)

Expand Down

0 comments on commit e56352f

Please sign in to comment.