From 1c3d7a7faa5f7f73c96946056cdcfd1545a64cc1 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Tue, 30 Nov 2021 15:45:42 -0800 Subject: [PATCH] Update CHANGELOG.md for #1736 (#1750) * Update CHANGELOG.md for #1736 For #1736. * Update CHANGELOG.md Co-authored-by: Todd Co-authored-by: Todd --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c564132347..d345231f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * config: Add support for go-sockaddr templates to Worker and Controller addresses. ([PR](https://github.com/hashicorp/boundary/pull/1731)) +* host: Plugin-based host catalogs will now schedule updates for all + of its host sets when its attributes are updated. + ([PR](https://github.com/hashicorp/boundary/pull/1736)) ## 0.7.1 (2021/11/18)