From f1557a032ca6d03a1d3c577ac7dd1b6e6cb1a973 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Thu, 18 Jan 2018 23:40:36 -0800 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a16a437e6..c35e5c6c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,8 @@ BUG FIXES: * 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] + * secret/database: Fix an issue where plugins were not closed properly if they + failed to initialize [GH-3768] ## 0.9.1 (December 21st, 2017)