From 9ae9ab0fe9da08e4e276fd856aa7b5d48e5cc097 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 8 Feb 2018 18:47:30 -0800 Subject: [PATCH] Updates the change log. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6373f539e3..7a8018bd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ -## UNRELEASED ## +## 1.0.6 (UNRELEASED) ## IMPROVEMENTS: * build: Bumped Go version to 1.9.4. [[GH-3872](https://github.com/hashicorp/consul/issues/3872)] BUG FIXES: -* agent: Fixed a panic in the vendored go-discover library from the Azure provider.[[GH-3875](https://github.com/hashicorp/consul/issues/3875)] + +* agent: Fixed a panic when using the Azure provider for retry-join. [[GH-3875](https://github.com/hashicorp/consul/issues/3875)] +* agent: Fixed a panic when querying Consul's DNS interface over TCP. [[GH-3877](https://github.com/hashicorp/consul/issues/3877)] ## 1.0.5 (February 7, 2018)