From bf746332dfbe03314258883f7a63116bb069ed10 Mon Sep 17 00:00:00 2001 From: Matthew De Rose Date: Wed, 3 Dec 2025 16:14:40 -0700 Subject: [PATCH 1/3] AQI-10166 Added EnumReportRunStatus --- src/ONE.Interfaces.ProtocolBuffers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ONE.Interfaces.ProtocolBuffers b/src/ONE.Interfaces.ProtocolBuffers index cb92909..27efaa7 160000 --- a/src/ONE.Interfaces.ProtocolBuffers +++ b/src/ONE.Interfaces.ProtocolBuffers @@ -1 +1 @@ -Subproject commit cb929090847cf94094c0573b4e229d88a6bfcd33 +Subproject commit 27efaa734fcf6e42d132e1324e4e8f76ea7ecf65 From ac9885a413347807e3a12ec9f52402d26737180d Mon Sep 17 00:00:00 2001 From: Matthew De Rose Date: Mon, 15 Dec 2025 14:03:35 -0700 Subject: [PATCH 2/3] AQI-10171 Added DatasetEventMessageData --- CHANGELOG.md | 4 ++++ src/ONE.Models.CSharp/ONE.Models.CSharp.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb28e28..a637515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## Version 7.15.0 - 2025-12-15 +### Added +- Added DatasetEventMessageData object + ## Version 7.14.0 - 2025-12-23 ### Added - Added EnumReportRunStatus diff --git a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj index 98f12ee..5f78819 100644 --- a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj +++ b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj @@ -2,7 +2,7 @@ - 7.14.0 + 7.15.0 latest From e253583ab94221ba44c7e5f29305950e20fca68f Mon Sep 17 00:00:00 2001 From: Matthew De Rose Date: Tue, 23 Dec 2025 16:09:15 -0700 Subject: [PATCH 3/3] AQI-10171 Updated date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a637515..1786f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## Version 7.15.0 - 2025-12-15 +## Version 7.15.0 - 2025-12-23 ### Added - Added DatasetEventMessageData object