From b0a452c6028ee29a53ad26ca37e849795d29ea71 Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 14 Feb 2020 15:55:33 -0600 Subject: [PATCH] Changelog++ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0246b5e76c..6220f287bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ BUG FIXES: * ui: Fix bug where KMIP details were not shown in the UI Wizard [[GH-8255](https://github.com/hashicorp/vault/pull/8255)] * secrets/database/influxdb: Fix potential panic if connection to the InfluxDB database cannot be established [GH-8282] * storage/mysql: Fix potential crash when using MySQL as coordination for high availability [[GH-8300](https://github.com/hashicorp/vault/pull/8300)] +* storage/raft: Fix potential crash when using Raft as coordination for high availability [[GH-8356](https://github.com/hashicorp/vault/pull/8356)] ## 1.3.2 (January 22nd, 2020)