From 58354510cf050fe8c10d88b9445319a670b3598b Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 2 Feb 2018 17:59:35 -0800 Subject: [PATCH] Updates the change log. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdff27d84..2826b744c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ FEATURES: +* agent: Added support for gRPC health checks that probe the standard gRPC health endpoint. [[GH-3073](https://github.com/hashicorp/consul/issues/3073)] + IMPROVEMENTS: * build: Bumped Go version to 1.9.3. [[GH-3837](https://github.com/hashicorp/consul/issues/3837)]