From 114a0859b8955265524f9bd7c17ee8296fc4f29f Mon Sep 17 00:00:00 2001 From: dlorenc Date: Fri, 8 Feb 2019 16:42:33 -0600 Subject: [PATCH] Cut 0.9.0 release. (#556) --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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)