Skip to content

Commit 86e4961

Browse files
authored
Merge pull request #21 from dtan4/prepare-v0.4.1
Bump the version to v0.4.1
2 parents a9b6e50 + e9241a7 commit 86e4961

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [v0.4.1](https://github.com/dtan4/k8sec/releases/tag/v0.4.1) (2017-04-12)
2+
3+
## Fixed
4+
5+
- Use correct namespace [#20](https://github.com/dtan4/k8sec/pull/20)
6+
17
# [v0.4.0](https://github.com/dtan4/k8sec/releases/tag/v0.4.0) (2017-04-12)
28

39
## Features

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := k8sec
2-
VERSION := v0.4.0
2+
VERSION := v0.4.1
33
REVISION := $(shell git rev-parse --short HEAD)
44

55
SRCS := $(shell find . -type f -name '*.go')

0 commit comments

Comments
 (0)