From b3ca084e827d80f8e1c1e4addff6199c4540678b Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Tue, 11 Sep 2018 10:48:12 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c84bf67e4..cac13bb317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * connect: Fixed a bug where built-in CA state was not correctly restored from a snapshot [[GH-4535](https://github.com/hashicorp/consul/pull/4535)] * 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. ## 1.2.2 (July 30, 2018)