From d8fec47e297bbfca75ca1e39d436ffca57a6ec2e Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Wed, 29 May 2024 16:33:05 -0400 Subject: [PATCH] docs: Add PR for session recording proto --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0a9f66f0..5d9c00fb78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### New and Improved -* 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)) +* 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)) and ([PR](https://github.com/hashicorp/boundary/pull/4825)) ### Deprecations/Changes