From 28d7c6f90ff1639a43884b8f41581b12a2d70a98 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 5 Jun 2017 16:37:34 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ee1415e1..692fde3f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ FEATURES: IMPROVEMENTS: * api/health: Add Sys().Health() [GH-2805] + * command/auth: Add `-no-store` option that prevents the auth command from + storing the returned token into the configured token helper [GH-2809] * core/forwarding: Request forwarding now heartbeats to prevent unused connections from being terminated by firewalls or proxies * plugins/databases: Add MongoDB as an internal database plugin [GH-2698]