From 343d7794340f59f0c3fc95779532a894ba9e6e59 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Fri, 10 Aug 2018 09:12:32 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5e5370a..6b2cb148a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ BUG FIXES: * identity: Fix carryover issue from previously fixed race condition that could cause Vault not to start up due to two entities referencing the same alias. These entities are now merged. [GH-5000] + * secrets/database: Fix inability to update custom SQL statements on + database roles. [GH-5080] ## 0.10.4 (July 25th, 2018)