From e6ac0a0753d0b984014ea841d63b2c76bd62b671 Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Thu, 21 May 2020 09:26:05 -0400 Subject: [PATCH] Prepare v0.21.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 f7382b00bf..15254b87cd 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.20.1 This release fixes an issue in the Docker image build. The diff --git a/Makefile b/Makefile index f83e1d667f..cce165445c 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.20.1 +VERSION := 0.21.0-dev CGO_ENABLED ?= 0