Skip to content

Commit

Permalink
Merge pull request #13 from skriss/version-0.3.2
Browse files Browse the repository at this point in the history
bump version to 0.3.2
  • Loading branch information
ncdc authored Aug 7, 2017
2 parents 695816a + 0c86e54 commit 35b865d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

#### v0.3.2 - 2017-08-07
* Add client-go auth provider plugins for Azure, GCP, OIDC

#### v0.3.1 - 2017-08-03
* Fix Makefile VERSION

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# project related vars
ROOT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
PROJECT = ark
VERSION ?= v0.3.1
VERSION ?= v0.3.2
GOTARGET = github.com/heptio/$(PROJECT)
OUTPUT_DIR = $(ROOT_DIR)/_output
BIN_DIR = $(OUTPUT_DIR)/bin
Expand Down

0 comments on commit 35b865d

Please sign in to comment.