From f916962afe158979dc522892f20e57cf0905e7d6 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Wed, 12 Sep 2018 09:57:03 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d8973838..e3c46922ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ BUG FIXES: * raft: Update raft vendoring to pull in a fix for a potential memory leak. [[GH-4539](https://github.com/hashicorp/consul/pull/4539)] * license: (Consul Enterprise) Fix an issue with the license not being reloaded from snapshots. * license: (Consul Enterprise) Fix an issue with encoding/decoding of the license package type from the /v1/operator/license endpoint. +* cli: Correctly exit with error code 1 when failing to list DCs with the catalog command [[GH-4583]] ## 1.2.2 (July 30, 2018)