From 3f08364bf5ddcd7dae038b828e0ea18e8fef5fbb Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Wed, 22 May 2019 20:15:32 +0000 Subject: [PATCH] Update CHANGELOG to include 1.4.5 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac800da35..7ab3f39d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,11 @@ BUG FIXES: * catalog: fix an issue where renaming nodes could cause registration instability [[GH-5518](https://github.com/hashicorp/consul/issues/5518)] * network areas (Consul Enterprise): Fixed an issue that could cause a lock to be held unnecessarily causing other operations to hang. +## 1.4.5 (May 22, 2019) + +SECURITY: + +* acl: fixed an issue that if an ACL rule is used for prefix matching in a policy, keys not matching that specific prefix can be deleted by a token using that policy even with default_deny settings configured [[GH-5888](https://github.com/hashicorp/consul/issues/5888)] ## 1.4.4 (March 21, 2019)