diff --git a/CHANGELOG.md b/CHANGELOG.md index 7601979..402e705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v0.5.6](https://github.com/dtan4/valec/releases/tag/v0.5.6) (2017-01-23) + +## Features + +- Add alias `valec ns` for `valec namespaces` [#54](https://github.com/dtan4/valec/pull/54) + # [v0.5.5](https://github.com/dtan4/valec/releases/tag/v0.5.5) (2017-01-20) ## Fixes diff --git a/Makefile b/Makefile index 0a385ee..9f4d1fc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := valec -VERSION := v0.5.5 +VERSION := v0.5.6 REVISION := $(shell git rev-parse --short HEAD) SRCS := $(shell find . -name '*.go' -type f)