From 644dff8922bfa2ee006510923dc90b0ccf5097fa Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Wed, 1 Feb 2017 16:40:26 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b276aff5b..d88e0ac69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ FEATURES: IMPROVEMENTS: * agent: Integrated gopsutil library to use built in host UUID as node ID, if available, instead of a randomly generated UUID. This makes it easier for other applications on the same host to generate the same node ID without coordinating with Consul. [GH-2697] -* agent: Added a configuration option, `tls_min_version`, for setting the minimum allowed TLS version used for the HTTP API and RPC. +* agent: Added a configuration option, `tls_min_version`, for setting the minimum allowed TLS version used for the HTTP API and RPC. [GH-2699] * build: Consul is now built with Go 1.7.5. [GH-2682] BUG FIXES: