diff --git a/CHANGELOG.md b/CHANGELOG.md index ade8bb34e9..5eea34e19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -344,7 +344,7 @@ for more details. * targets: If a worker filter references a key that doesn't exist, treat it as a non-match rather than an error ([PR](https://github.com/hashicorp/boundary/pull/900)) - + ## 0.1.5 (2021/01/29) *NOTE*: This version requires a database migration via the new `boundary diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 23f7f31a60..712f53f0f3 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -685ddeac7e9905dcb98660df60b426e9a64a4460 Merge pull request #549 from hashicorp/ICU-1335-close-session-on-cancel +4a5e72d77b777403777d3f2dc57c767800cc93bf Merge pull request #533 from hashicorp/fix-authenticate-read # 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.