diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b19e7b0f..47da49ee45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ([PR](https://github.com/hashicorp/boundary/pull/2351)). * Managed Groups: Fix an issue where the `filter` field is not sent by admin UI ([PR](https://github.com/hashicorp/boundary-ui/pull/1238)). +* Host Sets: Fix an issue causing host sets to not display in UI when using the aws plugin + ([PR](https://github.com/hashicorp/boundary-ui/pull/1251)) * Plugins: Fixes regression from 0.9.0 causing a failure to start when using multiple KMS blocks of the same type ([PR1](https://github.com/hashicorp/go-secure-stdlib/pull/43), diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 51c1e87cba..4a87c4a670 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -6f2a04d4c6e14187a7c524380374db4c2f376332 +d8b5056094917003d49dcaf02d67e9d9e919c95f # This file determines the version of the UI to embed in the boundary binary. # Update this file by running 'make update-ui-version' from the root of this repo. # Set UI_COMMITISH when running the above target to update to a specific version.