From 7700659d15528e1889f78a958f45bfda6ac4f280 Mon Sep 17 00:00:00 2001 From: Daisuke Fujita Date: Tue, 10 Jan 2017 20:39:53 +0900 Subject: [PATCH] Bump the version to v0.3.1 --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c70da..bb6d8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v0.3.1](https://github.com/dtan4/k8sec/releases/tag/v0.3.1) (2017-01-10) + +## Fixed + +- Update command description [#15](https://github.com/dtan4/k8sec/pull/15) +- Suppress usage and error printing at error [#13](https://github.com/dtan4/k8sec/pull/13) +- Check the length of key-value array [#12](https://github.com/dtan4/k8sec/pull/12) +- Create new secret if it does not exist [#11](https://github.com/dtan4/k8sec/pull/11) + # [v0.3.0](https://github.com/dtan4/k8sec/releases/tag/v0.3.0) (2016-12-30) ## Backward imcompatible changes diff --git a/Makefile b/Makefile index d1bbd7e..eae60ea 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := k8sec -VERSION := v0.3.0 +VERSION := v0.3.1 REVISION := $(shell git rev-parse --short HEAD) SRCS := $(shell find . -type f -name '*.go')