From 313316ecd295a64f00e7c1ebb580a6a807772f41 Mon Sep 17 00:00:00 2001 From: Cameron Perera Date: Tue, 14 Feb 2023 20:51:40 -0600 Subject: [PATCH] chore: update CHANGELOG to include UI managed group feature (#2969) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6ea7ac81..bf8e76536a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. the vault ssh secret engine to generate ssh private key and certificates. The library can be used as an injected application credential source for targets that support credential injection. ([PR](https://github.com/hashicorp/boundary/pull/2860)) +* ui: Add support for managed groups in add-principals list. + ([PR](https://github.com/hashicorp/boundary-ui/pull/1548)) ### Bug Fixes