From f92bf398955e935b85fb6d9bbb680477971def95 Mon Sep 17 00:00:00 2001 From: Ryan Derr <54389874+RyanDerr@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:35:57 -0500 Subject: [PATCH] chore: Update changelog for 0.20.3 release (#6652) * chore: Update changelog for debug option in 0.20.3 release * chore: fix formatting * chore: Fix spacing Co-authored-by: Michael Li --------- Co-authored-by: Michael Li --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbd1b0cf3..c9acd9b220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,9 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## 0.20.3 (2026/04/24) +### New and Improved +* Added support for new `debug` flag to expose pprof endpoints for debugging purposes. ([PR](https://github.com/hashicorp/boundary/pull/6644)) + ### Security * Updated jackc/pgx/v5 dependency to v5.9.2 to address GHSA-j88v-2chj-qfwx, GO-2026-4771, GO-2026-4772, and GHSA-9jj7-4m8r-rfcm ([PR](https://github.com/hashicorp/boundary/pull/6607), [PR](https://github.com/hashicorp/boundary/pull/6617))