diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a1c358..8573b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.25.0 - 2026-06-03 + +### Updated + +- Added `channelName` field to `InstrumentMeasurementDefinitionSummary` for tracking channel name of the specific parameter. + ## Version 7.24.0 - 2026-05-25 ### Added @@ -12,7 +18,7 @@ All notable changes to this project will be documented in this file. ### Updated -- Added `firmwareVersion` field to `InstrumentDetailSummary` for tracking firmware manifest version of the instrument. +- Added `firmwareVersion` field to `InstrumentDetailSummary` for tracking firmware manifest version of the instrument. ## Version 7.22.0 - 2026-05-15 @@ -28,7 +34,7 @@ All notable changes to this project will be documented in this file. ### Updated -- Extended `DelphiModelDetail` with a `modelEngine` field so WPM model configurations can control which model engine is used for execution. +- Extended `DelphiModelDetail` with a `modelEngine` field so WPM model configurations can control which model engine is used for execution. ## Version 7.20.0 - 2026-04-06 @@ -52,7 +58,8 @@ All notable changes to this project will be documented in this file. - Updated InstrumentMeasurementDefinitionSummary ### Removed -- InstrumentTypeAttributes + +- InstrumentTypeAttributes ## Version 7.18.0 -2026-02-12 diff --git a/src/ONE.Interfaces.ProtocolBuffers b/src/ONE.Interfaces.ProtocolBuffers index eeae223..d3ff9b2 160000 --- a/src/ONE.Interfaces.ProtocolBuffers +++ b/src/ONE.Interfaces.ProtocolBuffers @@ -1 +1 @@ -Subproject commit eeae223d3a623e6e5f27e9716ac63ebf7ac3d8e7 +Subproject commit d3ff9b22b8902b7ebf98eac5fa8d4f24245518fb diff --git a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj index 4f93e0e..9d2c838 100644 --- a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj +++ b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj @@ -3,7 +3,7 @@ - 7.24.0 + 7.25.0 latest