From efe9fe780d4094de4ac5041e7b15c24ae6104b9c Mon Sep 17 00:00:00 2001 From: Damian Debkowski Date: Wed, 22 Jan 2025 10:05:16 -0800 Subject: [PATCH] chore: update changelog with bug fix (#5460) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2785d77320..a53d0e826d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. setting this environment variable would result in a max retries of 2, regardless of the value set. ([PR](https://github.com/hashicorp/boundary/pull/5385)). +* Fix bug in parsing IPv6 addresses. Previously setting a target address or the + initial upstream address in the config file would result in a malformed value. + ([PR](https://github.com/hashicorp/boundary/pull/5221)). ### New and Improved