diff --git a/CHANGELOG.md b/CHANGELOG.md index fa435c3..b20f28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to the Engine Control Test Rig Simulator are documented here. This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) conventions. +## [1.4.6] - 2026-03-14 +### Fixed +- CD -> Linux and Win64 release artifacts now work on Arch Linux hosts through wine. + ## [1.4.4] - 2026-03-14 ### Fixed diff --git a/include/version.h b/include/version.h index d6836b6..e998a1f 100644 --- a/include/version.h +++ b/include/version.h @@ -10,7 +10,7 @@ #define SIM_VERSION_PATCH 4 #define SIM_SCHEMA_VERSION "1.0.0" -#define SIM_SOFTWARE_VERSION "1.4.4" +#define SIM_SOFTWARE_VERSION "1.4.6" #define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE #endif diff --git a/visualization/scenarios.json b/visualization/scenarios.json index 660745e..e4de717 100644 --- a/visualization/scenarios.json +++ b/visualization/scenarios.json @@ -1,7 +1,7 @@ { "schema_version": "1.0.0", "software_version": "1.4.4", - "build_commit": "4708e70", + "build_commit": "6c40649", "scenarios": [ { "scenario": "cold_start_warmup_and_ramp_high_temp_shutdown",