From 935d13ec21ad34ae3aa0e0de58a27738a17976bc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Oct 2018 12:46:49 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 626424bbd0..a3aadc2f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## UNRELEASED +FEATURES: + +* New command `consul services register` and `consul services deregister` for + registering and deregistering services from the command line. [[GH-4732](https://github.com/hashicorp/consul/issues/4732)] + BUG FIXES: * agent: (Consul Enterprise) Fixed an issue where the `non_voting_server` setting could be ignored when bootstrapping the cluster. [[GH-4699](https://github.com/hashicorp/consul/pull/4699)]