From 76a217ffc28269881e3dc46551c44f2b7a40fef9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 5 Jul 2022 02:14:32 +0200 Subject: [PATCH] bump changelog and version --- CHANGELOG.md | 4 ++++ common/config/OBSWVersion.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6256ceec..b88823b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v1.12.1] 05.07.2022 + +- Disable periodic TCS controller HK generation by default + # [v1.12.0] 04.07.2022 ## Added diff --git a/common/config/OBSWVersion.h b/common/config/OBSWVersion.h index 1ec87590..36233c3b 100644 --- a/common/config/OBSWVersion.h +++ b/common/config/OBSWVersion.h @@ -5,6 +5,6 @@ const char* const SW_NAME = "eive"; #define SW_VERSION 1 #define SW_SUBVERSION 12 -#define SW_REVISION 0 +#define SW_REVISION 1 #endif /* COMMON_CONFIG_OBSWVERSION_H_ */