Skip to content

Commit

Permalink
Merge pull request #16 from dtan4/prepare-v0.3.1
Browse files Browse the repository at this point in the history
Bump the version to v0.3.1
  • Loading branch information
dtan4 authored Jan 10, 2017
2 parents b22356d + 7700659 commit abf2662
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit abf2662

Please sign in to comment.