From f0525bfe2840edad6a5467223941273ed3673bd9 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Wed, 6 May 2020 18:32:36 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7876f68..7c1e680a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,14 @@ BUG FIXES: * ui: Fix snowman that appears when namespaces have more than one period [[GH-8910](https://github.com/hashicorp/vault/pull/8910)] * ui: Add Toggle component into core addon so it is available in KMIP and other Ember Engines.[[GH-8913]](https://github.com/hashicorp/vault/pull/8913) +## 1.4.2 (TBD) + +IMPROVEMENTS: + +* storage/raft: The storage stanza now accepts `leader_ca_cert_file`, `leader_client_cert_file`, and + `leader_client_key_file` parameters to read and parse TLS certification information from paths on disk. + + ## 1.4.1 (April 30th, 2020) CHANGES: