From d64568ec203d30b4196952be34edcd96e07feea6 Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Thu, 12 Sep 2019 18:31:25 -0400 Subject: [PATCH] Prepare v0.15.0 development Signed-off-by: Torin Sandall --- CHANGELOG.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecaddfae5..389ef5819a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + ## 0.14.0 This release includes a large number of improvements to the docs as diff --git a/Makefile b/Makefile index a24e0e3b4d..9fa6162c6d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by an Apache2 # license that can be found in the LICENSE file. -VERSION := 0.14.0 +VERSION := 0.15.0-dev GO := go GOVERSION := 1.12.9