From 2caba7cfccd573b2a377433056576678f35554e9 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 22 Feb 2018 20:35:59 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24392bd08ec2..7ca7f3d00328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,16 @@ IMPROVEMENTS: BUG FIXES: - * listener: Revert to Go 1.9 for now to allow certificates with non-DNS names - in their DNS SANs to be used for Vault's TLS connections [GH-4028] * auth/aws: Update libraries to fix regression verifying PKCS#7 identity documents [GH-4014] - + * listener: Revert to Go 1.9 for now to allow certificates with non-DNS names + in their DNS SANs to be used for Vault's TLS connections [GH-4028] + * replication: Fix issue with a performance secondary/DR primary node losing + its DR primary status when performing an update-primary operation + * replication: Fix issue where performance secondaries could be unable to + automatically connect to a performance primary after that performance + primary has been promoted to a DR primary from a DR secondary + ## 0.9.4 (February 20th, 2018) SECURITY: