diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ab03e22..825461431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Unreleased +## 0.20.1 (Apr 27, 2020) + +BUG FIXES + +* Fix a bug where `client.join` and `externalServers.hosts` values containing spaces are + not quoted properly, for example, when providing [cloud auto-join](https://www.consul.io/docs/agent/cloud-auto-join.html) strings + [[GH-435](https://github.com/hashicorp/consul-helm/pull/435)]. + ## 0.20.0 (Apr 24, 2020) BREAKING CHANGES: diff --git a/Chart.yaml b/Chart.yaml index 351a1bcff..6c363b186 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 0.20.0 +version: 0.20.1 appVersion: 1.7.2 description: Official HashiCorp Consul Chart home: https://www.consul.io