From 50183b31815ee19d78e308a3ce42a6109ab81d25 Mon Sep 17 00:00:00 2001 From: GC <87137526+LaNinja06@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:20:57 -0600 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef15de4aac..6387ec42639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 24.05.xx +Enterprise Fixes: +- [data-manager] Fixed bug in event and view transformations occasionally not applying to incoming data + ## Version 24.05.50 Security Fixes (backport of #7535 — bug-bounty-style hardening pass): - [auth] Restrict `/login/token/:token` to login-purpose tokens; regenerate session id on token login to close fixation From 5162b4a84d9cc7a96e9c3a40e530585a16a6911a Mon Sep 17 00:00:00 2001 From: GC <87137526+LaNinja06@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:26:34 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6387ec42639..0da3e5e239c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Version 24.05.xx Enterprise Fixes: -- [data-manager] Fixed bug in event and view transformations occasionally not applying to incoming data +- [data-manager] Fixed bug where event and view transformations occasionally failed to apply to incoming data ## Version 24.05.50 Security Fixes (backport of #7535 — bug-bounty-style hardening pass):