From 8a6e5476e9c79f6b7ec57ec5b2ec919276789ed0 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 17 Jun 2019 10:42:49 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573a397058..d338954bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ BUG FIXES: * docs: update default grpc-addr value in connect envoy command [[GH-5886](https://github.com/hashicorp/consul/pull/5886)] * docs: fix wording [[GH-5889](https://github.com/hashicorp/consul/pull/5889)] * ui: fix service instance linking when multiple non-unique service id's exist on multiple nodes [[GH-5933](https://github.com/hashicorp/consul/pull/5933)] +* txn: Fixed an issue that would allow a CAS operation on a service to work when it shouldn't have. [[GH-5971](https://github.com/hashicorp/consul/pull/5971)] ## 1.5.1 (May 22, 2019)