From 50a2bb1588a3ef034958d237563ef87a9cd9b817 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Mon, 18 Nov 2024 15:32:24 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebd311e53..08aff95165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,23 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## Next +### New and Improved + * Introduces soft-delete for users within the client cache. ([PR](https://github.com/hashicorp/boundary/pull/5173)). +## 0.18.1 (2024/11/21) +### Bug fixes + +* Fix an issue where users would lose access to managed groups if + there are more than 10,000 managed groups in the auth method used. + ([PR](https://github.com/hashicorp/boundary/pull/5242)) +* Fix an issue where only the first 10,000 members of a managed group + are returned when getting the managed group, and a similar issue where + only the first 10,000 managed groups an account is part of is included + when getting the account. + ([PR](https://github.com/hashicorp/boundary/pull/5245)) + ## 0.18.0 (2024/10/01) ### New and Improved