From bf09616ad116edfb75903f9baa2c7aabbd7cfe4c Mon Sep 17 00:00:00 2001 From: Jeff Malnick Date: Mon, 19 Oct 2020 15:02:51 -0700 Subject: [PATCH] docs: update changelog with worker controllers setting bug fix (#730) * docs: update changelog with worker controllers setting bug fix from PR-705 * Update CHANGELOG.md Co-authored-by: Jeff Mitchell Co-authored-by: Jeff Mitchell --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 584a88a249..d8a23ed690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,10 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * controller, worker: Fix listening on IPv6 addresses ([Issue](https://github.com/hashicorp/boundary/issues/701)) ([PR](https://github.com/hashicorp/boundary/pull/703)) +* worker: Fix setting controller address for worker in dev mode + ([Issue](https://github.com/hashicorp/boundary/issues/727)) + ([PR](https://github.com/hashicorp/boundary/pull/705)) ## v0.1.0 -v0.1.0 is the first release of Boundary. As a result there are no changes, improvements, or bugfixes from past versions. \ No newline at end of file +v0.1.0 is the first release of Boundary. As a result there are no changes, improvements, or bugfixes from past versions.