diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3b7b5..f6ac322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ single running list until the first versioned release. ## Unreleased +_Nothing yet._ + +## 0.7.0 + - **DMR text messages (SMS)** — full ETSI/Motorola-TMS-compatible messaging: compose on the keypad (multi-tap, up to 160 characters), inbox and sent box (8 messages each, persisted to flash across power cycles), 10 editable diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index cf86843..4f2de34 100644 --- a/MDUV380_firmware/application/include/freetrxVersion.h +++ b/MDUV380_firmware/application/include/freetrxVersion.h @@ -5,9 +5,9 @@ #define _FREETRX_VERSION_H_ #define FREETRX_VERSION_MAJOR 0 -#define FREETRX_VERSION_MINOR 6 +#define FREETRX_VERSION_MINOR 7 #define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.6.0" +#define FREETRX_VERSION "0.7.0" #endif // _FREETRX_VERSION_H_