From 7713d4a988fb43aa1a77280138a7d458968ea2dc Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 7 Oct 2019 16:43:09 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb80a9d8fe..72b6225236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ FEATURES * snapshot agent (Consul Enterprise): Added support for saving snapshots to Google Cloud Storage. * connect: Added proxy config stanza to allow exposing HTTP paths through Envoy for non-Connect-enabled services [[GH-5396](https://github.com/hashicorp/consul/issues/5396)] +IMPROVEMENTS + +* licensing (Consul Enterprise): Increase initial server temporary license duration to 6 hours to allow for longer upgrades/migrations. + BUG FIXES * agent: cache notifications work after error if the underlying RPC returns index=1 [[GH-6547](https://github.com/hashicorp/consul/issues/6547)]