From 4f18a30f3edf08fcf38eb14eca153b56bc1428fb Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Fri, 8 Nov 2019 14:25:51 -0500 Subject: [PATCH] Update CHANGELOG.md (#6760) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d86a429c9..b9d795417e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## UNRELEASED +SECURITY + +* Updated to compile with Go 1.12.13 which includes a fix for CVE-2019-17596 in [[Go 1.12.11](https://groups.google.com/forum/#!msg/golang-announce/lVEm7llp0w0/VbafyRkgCgAJ)] [[GH-6319](https://github.com/hashicorp/consul/pull/6759)] + FEATURES * agent: store check type in catalog [[GH-6561](https://github.com/hashicorp/consul/pull/6561)]