From e528bbd615646297bdf0730b51c22f724ff3e0a3 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 17 Apr 2017 12:41:30 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a57140e549..98e79b903a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ FEATURES: IMPROVEMENTS: + * cli/revoke: Add `-self` option to allow revoking the currently active token + [GH-2596] * secret/pki: Add `no_store` option that allows certificates to be issued without being stored. This removes the ability to look up and/or add to a CRL but helps with scaling to very large numbers of certificates. [GH-2565]