diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa6fee..fff3c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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.2] - 2026-03-14 + +### Fixed +- GitHub Release workflow portability and packaging fixes for Linux and Win64 artifacts. +- Win64 runtime DLL collection during release packaging. +- Headless CI release audit behavior for Win64 Wine runs. + ## [1.4.0] - 2026-03-13 ### Added diff --git a/include/version.h b/include/version.h index 11e421e..e858771 100644 --- a/include/version.h +++ b/include/version.h @@ -7,10 +7,10 @@ #define SIM_VERSION_MAJOR 1 #define SIM_VERSION_MINOR 4 -#define SIM_VERSION_PATCH 0 +#define SIM_VERSION_PATCH 2 #define SIM_SCHEMA_VERSION "1.0.0" -#define SIM_SOFTWARE_VERSION "1.4.0" +#define SIM_SOFTWARE_VERSION "1.4.2" #define SIM_BUILD_COMMIT SIM_BUILD_COMMIT_OVERRIDE #endif