From e198214de3c4232c34f65d3929d8b943410f74a2 Mon Sep 17 00:00:00 2001 From: ncabatoff Date: Mon, 16 Dec 2019 09:42:43 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f11ec87f..ef9d494ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ BUG FIXES: * agent: Fix issue where Agent exits before all templates are rendered when using and `exit_after_auth` [GH-7899] * auth/token: Fix panic when getting batch tokens on a performance standby from a role - that does not exist. + that does not exist [GH-8027] * plugin: Fix a panic that could occur if a mount/auth entry was unable to mount the plugin backend and a request that required the system view to be retrieved was made [GH-7991]