From 22f93e2fcaca6d8ea7fa141bfaa74f640ae3d29d Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Mon, 13 Apr 2020 17:06:58 -0400 Subject: [PATCH] Prepare v0.20.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 07d2d61747..6f923110f8 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.19.0 ### New Parser diff --git a/Makefile b/Makefile index 6158a45e28..9620a60fbc 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.19.0 +VERSION := 0.20.0-dev # Force modules on and to use the vendor directory. GO := GO111MODULE=on GOFLAGS=-mod=vendor go