From b35d053602fbfe9cbe3cd74b651cd5818f45d112 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 28 Jun 2016 10:44:08 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01745a053..94f9db735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ IMPROVEMENTS: different paths using the command options [GH-1532] * cli: `vault auth -methods` will now display the config settings of the mount [GH-1531] + * cli: `vault read/write/unwrap -field` now allows selecting token response + fields [GH-1567] + * cli: `vault write -field` now allows selecting wrapped response fields + [GH-1567] * credential/aws-ec2: Added a new constraint, 'bound_account_id' to the role [GH-1523] * secret/aws: Listing of roles is supported now [GH-1546]