diff --git a/CHANGELOG.md b/CHANGELOG.md index b78f2d2987..b6ed6bb635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.17.3 + +### Fixes + +- vendor: Update xxhash to workaround checkptr errors with Go 1.14 +- cmd/parse: Fix panic when parsing encounters an error + ## 0.17.2 ### Fixes diff --git a/Makefile b/Makefile index 3f69386277..f6b662d65a 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.17.2 +VERSION := 0.17.3 # Force modules on and to use the vendor directory. GO := GO111MODULE=on GOFLAGS=-mod=vendor go