diff --git a/CHANGELOG.md b/CHANGELOG.md index 3626825b..6256ceec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,14 @@ list yields a list of all related PRs for each release. # [unreleased] -# [v1.12.0] +# [v1.12.0] 04.07.2022 ## Added +- Dummy components to run OBSW without relying on external hardware + PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/266 +- Basic Thermal Controller + PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/266 - PUS11 TC scheduler PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/259 - Regular reboot command @@ -37,6 +41,8 @@ list yields a list of all related PRs for each release. - `q7s-cp.py` bugfix PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/256 +- Generator scripts output now produce platform-independent artifacts + PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/267 ### Heater @@ -48,6 +54,8 @@ list yields a list of all related PRs for each release. ## Changed +- CCSDS handler improvements + PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/268 - Build unittest as default side product of hosted builds PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/244 - Let CI/CD build host build and run unittest side product in same step diff --git a/common/config/OBSWVersion.h b/common/config/OBSWVersion.h index 1e5dd04b..1ec87590 100644 --- a/common/config/OBSWVersion.h +++ b/common/config/OBSWVersion.h @@ -4,7 +4,7 @@ const char* const SW_NAME = "eive"; #define SW_VERSION 1 -#define SW_SUBVERSION 10 -#define SW_REVISION 1 +#define SW_SUBVERSION 12 +#define SW_REVISION 0 #endif /* COMMON_CONFIG_OBSWVERSION_H_ */