Update CHANGELOG.md

This commit is contained in:
James Nugent 2017-01-05 08:45:09 -06:00
parent 585c8633d3
commit b6b30fcb37
1 changed files with 7 additions and 0 deletions

View File

@ -1,7 +1,14 @@
## 0.7.3 (UNRELEASED) ## 0.7.3 (UNRELEASED)
FEATURES: FEATURES:
* **KV Import/Export CLI:** `consul kv export` and `consul kv import` can be used to move parts of the KV tree between disconnected consul clusters, using JSON as the intermediate representation. [GH-#2633]
IMPROVEMENTS: IMPROVEMENTS:
* `consul kv get` now has a `-base64` flag to base 64 encode the value. [GH-2631]
* `consul kv put` now has a `-base64` flag for setting values which are base 64 encoded. [GH-2632]
BUG FIXES: BUG FIXES:
## 0.7.2 (December 19, 2016) ## 0.7.2 (December 19, 2016)