From 65c41e5b14d4d42c16582ee09008e24cab103a3b Mon Sep 17 00:00:00 2001 From: Todd Date: Thu, 17 Feb 2022 08:51:43 -0700 Subject: [PATCH] Update changelog to include set ids on static host API resource fix. (#1869) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199d23e384..41c1821711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * targets: DNS names are now properly parsed when selecting an endpoint for authorizing a session. ([PR](https://github.com/hashicorp/boundary/pull/1849)) +* hosts: Static hosts now include the host sets they are in. + ([PR](https://github.com/hashicorp/boundary/pull/1828)) ## 0.7.4 (2022/01/18)