Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghchinoy committed Feb 14, 2018
1 parent 3d6c935 commit 0700b64
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ BUG FIXES:

IMPROVEMENTS:

# v0.8.0

NEW FEATURES:

BUG FIXES:

* Critical fix in Formula definition, improper capitialization of configuration keys results in invalid Formula json

IMPROVEMENTS:

# v0.7.2

NEW FEATURES:
Expand All @@ -14,7 +24,7 @@ BUG FIXES:

IMPROVEMENTS:

* A new flag to provide more details on the definition of a Resource, `resources definition -d`
* A new flag to provide more details on the definition of a Resource, `resources definition <resource> -d`

# v0.7.1

Expand Down
12 changes: 6 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.2
VERSION=0.8.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.7.2"
version = "0.8.0"
versionName = "stratocumulus"
)

Expand Down

0 comments on commit 0700b64

Please sign in to comment.