Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## Version 7.24.0 - 2026-05-25

### Added

- Add REPORT_RUN_STATUS_FORM_SUBMITTED (AQI-10938)


Comment on lines +9 to +16
## Version 7.22.0 - 2026-05-15

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/ONE.Models.CSharp/ONE.Models.CSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!--For Release packages update
the VersionPrefix and remove any VersionSuffix-->
<VersionPrefix>7.22.0</VersionPrefix>
<VersionPrefix>7.24.0</VersionPrefix>
<!--For Feature packages update the VersionSuffix with the jira ticket number-->
<VersionSuffix></VersionSuffix>
<LangVersion>latest</LangVersion>
Expand Down
Loading