From bb3689aaaf988b73efca0ba0bd87bec92b09ca01 Mon Sep 17 00:00:00 2001 From: Chris Piraino Date: Wed, 13 May 2020 16:06:05 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46ca15053..631aa090fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ FEATURES: +* **Ingress Gateway**: Envoy can now be run as a gateway to ingress traffic into the Consul service mesh, enabling a more incremental transition for applications. * acl: add auth method for JWTs [[GH-7846](https://github.com/hashicorp/consul/issues/7846)] * acl: **(Consul Enterprise only)** add auth method for OIDC login * acl: add DisplayName field to auth methods [[GH-7769](https://github.com/hashicorp/consul/issues/7769)]