From 9d6851d9a65e7908f53ad8e18abf2396553d88b8 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Tue, 22 Nov 2016 20:20:53 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85657cb419..b6c83581de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.7.2 (UNRELEASED) +FEATURES: + +* **Keyring API:** A new `/v1/operator/keyring` API was added that allows for performing operations such as list, install, use and remove on the encryption keys in the gossip keyring. See the [Keyring Endpoint](https://www.consul.io/docs/agent/http/operator.html#keyring) for more details. [GH-2509] + IMPROVEMENTS: * agent: Defaults to `?pretty` JSON for HTTP API requests when in `-dev` mode. [GH-2518]