diff --git a/CHANGELOG.md b/CHANGELOG.md index 307d76722..8ff0b5c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.17.1 Release - 2020-02-04 + +This is minor patch release to fix [#1002](https://github.com/GoogleContainerTools/kaniko/issues/1002) + # v0.17.0 Release - 2020-02-03 ## New Features diff --git a/Makefile b/Makefile index f5442ac56..3f67aa797 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # Bump these on release VERSION_MAJOR ?= 0 VERSION_MINOR ?= 17 -VERSION_BUILD ?= 0 +VERSION_BUILD ?= 1 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION_PACKAGE = $(REPOPATH/pkg/version)