From 3d56dceada030b62c78da07244602f35836371d6 Mon Sep 17 00:00:00 2001 From: Louis Ruch Date: Wed, 15 Dec 2021 16:35:51 -0800 Subject: [PATCH] release: Update changelog for 0.7.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cca58566..f747603eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. +## 0.7.3 (2021/12/16) + +### Bug Fixes + +* target: Fix permission bug which prevents the UI from being able to add and remove + host sources on a target. ([PR](https://github.com/hashicorp/boundary/pull/1794)) +* credential: Fix panic during credential issue when a nil secret is received. This can + occur when using the Vault KV backend which returns a nil secret and no error if the + secret does not exist. ([PR](https://github.com/hashicorp/boundary/pull/1798)) + ## 0.7.2 (2021/12/14) ### Security