From 31029dc3f20595190896605491e0b2ef13c58f82 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Wed, 29 May 2024 16:31:07 -0400 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Sepehr <46660996+sepehrfrgh@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7172507082..ed0a9f66f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### New and Improved -* The observation tag was added to `storage_bucket.proto` and `storage_bucket_service_proto` for telemetry purposes. If you enable telemetry and observation events, Boundary will now collect data about session recording and storage buckets. +* The observation tag was added to Session Recording and Storage Bucket proto messages for telemetry purposes. If you enable telemetry and observation events, Boundary will now collect data about session recording and storage buckets. ([PR](https://github.com/hashicorp/boundary/pull/4824)) ### Deprecations/Changes