From e357e33d7620a47b4b8ad707c23bc86f39d36abd Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Fri, 11 Jan 2019 16:06:17 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca74b4b14..8335b4e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ BUG FIXES: * connect: (Consul Enterprise) When requesting to sign intermediates the primary dc is now used * connect: added tls config for vault connect ca provider [[GH-5125](https://github.com/hashicorp/consul/issues/5125)] * agent: snapshot verification now works regardless of spacing in `meta.json` [[GH-5193](https://github.com/hashicorp/consul/issues/5193)] +* connect: Fixed a bug with the create and modify indices of leaf certificates not being incremented properly. [[GH-4463](https://github.com/hashicorp/consul/issues/4463)] IMPROVEMENTS: