From ae8df2e1c5ae4b79adaccd151790c5b7916df369 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Fri, 29 Jul 2016 14:52:12 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d3e1ee72..0c45a637a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,8 @@ IMPROVEMENTS: fields [GH-1567] * cli: `vault write -field` now allows selecting wrapped response fields [GH-1567] + * command/status: Version information and cluster details added to the output + of `vault status` command [GH-1671] * core: Response wrapping is now enabled for login endpoints [GH-1588] * core: The duration of leadership is now exported via events through telemetry [GH-1625]