From e2fee084882d24b6d87d31401c4bc30fbb213ffb Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 13 Jul 2017 19:07:54 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9752a127ce..1559d381801a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ IMPROVEMENTS: * api: Add `RenewTokenAsSelf` [GH-2886] * audit/socket: Enhance reconnection logic and don't require the connection to be established at unseal time [GH-2934] + * auth/approle: Add role name to token metadata [GH-2985] * command/auth: Add `-token-only` flag to `vault auth` that returns only the token on stdout and does not store it via the token helper [GH-2855] * core: CORS allowed origins can now be configured [GH-2021]