diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fb0a251..2d5e5370a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ BUG FIXES: * identity: Properly populate `mount_path` and `mount_type` on group lookup [GH-5074] + * 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] ## 0.10.4 (July 25th, 2018)