diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb2466..9fa7dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ -# [v0.0.1](https://github.com/koudaiii/kubeps/releases/tag/v0.0.1) (to be continue) +# [v0.1.0](https://github.com/koudaiii/kubeps/releases/tag/v0.1.0) + +- `--namespace` option +- `--labels` option + +# [v0.0.1](https://github.com/koudaiii/kubeps/releases/tag/v0.0.1) Initial release. diff --git a/Makefile b/Makefile index 0a4cdd0..5609ba3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := kubeps -VERSION := v0.0.1 +VERSION := v0.1.0 REVISION := $(shell git rev-parse --short HEAD) SRCS := $(shell find . -name '*.go' -type f)