diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b8afb..fb2a835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ single running list until the first versioned release. ## Unreleased +_Nothing yet._ + +## 0.8.0 + - **Three new theme presets** (Display Options → "Theme"): **Red** (black-on-red day / red-on-black night); **Neon 80s**, an 80s-synthwave palette that maps several neon colours (cyan, magenta, violet, green, yellow) across the diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index c866b86..fb2cb40 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 7 -#define FREETRX_VERSION_PATCH 1 +#define FREETRX_VERSION_MINOR 8 +#define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.7.1" +#define FREETRX_VERSION "0.8.0" #endif // _FREETRX_VERSION_H_