From 06c062fafeadca37b984b4da63ba2f0e1e8aa81b Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Thu, 18 Jan 2018 12:28:09 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9bd0f8b0..e2bb857af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,9 @@ BUG FIXES: * secret/(all databases) Fix behavior where if a max TTL was specified but no default TTL was specified the system/mount default TTL would be used but not be capped by the local max TTL [GH-3814] + * auth/(approle,aws,cert): Fix behavior where periodic tokens generated by + these backends could not have their TTL renewed beyond the system/mount max + TTL value [GH-3803] ## 0.9.1 (December 21st, 2017)