From 3b637e068cf64a8a0f743a7bcdc7eea04de1f311 Mon Sep 17 00:00:00 2001 From: David Kanney Date: Fri, 3 Jan 2025 13:34:50 -0500 Subject: [PATCH] docs(CHANGELOG): Add session connection limit fix (#5404) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5fb4b452..a6e7f247d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. discovering GCP Compute Engine VM Instances. ([PR](https://github.com/hashicorp/boundary/pull/5229)). +### Bug fixes + +* Fix an issue where, when starting a session, the connection limit always displays 0. + ([PR](https://github.com/hashicorp/boundary/pull/5396)). + ## 0.18.2 (2024/12/12) ### Bug fixes