From 9d5f9c6bec34be1f586844ca2a2ecc560c16b2fb Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Wed, 5 Aug 2020 15:06:18 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0183fa503..a03a35e85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## UNRELEASED +BUGFIXES: + +* xds: revert setting set_node_on_first_message_only to true when generating envoy bootstrap config [[GH-8440](https://github.com/hashicorp/consul/issues/8440)] + +## 1.8.1 (July 30, 2020) + FEATURES: * acl: Added ACL Node Identities for easier creation of Consul Agent tokens. [[GH-7970](https://github.com/hashicorp/consul/pull/7970)]