From f72f98fcd870145e632626f3d6a31025d6c77959 Mon Sep 17 00:00:00 2001 From: Hugo <10965479+hugoghx@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:23:50 +0100 Subject: [PATCH] fixup! feat(plugins): Update MinIO Storage Plugin --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea5dd16dd..c74bff8e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,9 +26,6 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. the checksum headers in `PutObject`. ([PR](https://github.com/hashicorp/boundary-plugin-minio/pull/23)) -* Improved MinIO storage plugin error messages. - ([PR](https://github.com/hashicorp/boundary-plugin-minio/pull/23)) - ### Bug Fixes * Prevented a data-race in Boundary's event logging system.