diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdc9fd5b5..892eb1d5eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.7.1 (UNRELEASED) +FEATURES: + +* **Command Line Interface for Key/Value Store:** A new set of `consul kv` CLI commands are now available for easy access to all basic key/value store operations. [GH-2360] + BUG FIXES: * agent: Fixed a go race issue with log buffering at startup. [GH-2262]