diff --git a/CHANGELOG.md b/CHANGELOG.md index b2426212b..215103723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ IMPROVEMENTS: * cli: allow to add ip addresses as Subject Alternative Names when creating certificates with `consul tls cert create` [[GH-5602](https://github.com/hashicorp/consul/pull/5602)] +BUG FIXES: + +* api: fix panic in 'consul acl set-agent-token' [[GH-5533]] +* acl: memdb filter of tokens-by-policy was inverted [[GH-5575]] + ## 1.4.4 (March 21, 2019) SECURITY: