diff --git a/CHANGELOG.md b/CHANGELOG.md index 00513db..5e57540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ single running list until the first versioned release. ## Unreleased +_Nothing yet._ + +## 0.7.1 + - **Fix:** the radio **crashed** when navigating the Messages menu with voice prompts enabled. Menu strings added after the voice-prompt pack was built map to a table-of-contents slot that doesn't exist; the player read past the end diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index 4f2de34..c866b86 100644 --- a/MDUV380_firmware/application/include/freetrxVersion.h +++ b/MDUV380_firmware/application/include/freetrxVersion.h @@ -6,8 +6,8 @@ #define FREETRX_VERSION_MAJOR 0 #define FREETRX_VERSION_MINOR 7 -#define FREETRX_VERSION_PATCH 0 +#define FREETRX_VERSION_PATCH 1 -#define FREETRX_VERSION "0.7.0" +#define FREETRX_VERSION "0.7.1" #endif // _FREETRX_VERSION_H_