diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5aa4f66..465cfb0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.9.0 Release - 2/8/2019 + +## Bug Fixes +* Bug fix with volumes declared in base images during multi-stage builds +* Bug fix during snapshotting multi-stage builds. +* Bug fix for caching with tar output. + # v0.8.0 Release - 1/29/2019 ## New Features diff --git a/Makefile b/Makefile index e12bb2b18..2d02f236e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 7 +VERSION_MINOR ?= 9 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)