From cafd20d3f085fc217532108974187ac4ef4d2a23 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 18 Oct 2017 11:32:53 -0700 Subject: [PATCH] Updates the change log. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad215a5e5..86f93feb9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.0.1 (UNRELEASED) + +FEATURES: + +IMPROVEMENTS: + +BUG FIXES: + +* agent: Consul 1.0 shipped with an issue where `Args` was erroneously named `ScriptArgs` for health check definitions in the /v1/agent/check/register and /v1/agent/service/register APIs. Added code to accept `Args` so that the JSON format matches that of health checks in configuration files. The `ScriptArgs` form will still be supported for backwards compatibility. [[GH-3587](https://github.com/hashicorp/consul/issues/3587)] + ## 1.0.0 (October 16, 2017) SECURITY: