diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2a835..4cb8e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ single running list until the first versioned release. _Nothing yet._ +## 0.9.0 + +- **Pride theme** — the status/header bar and the menu title bar are now painted + in the top rainbow-stripe colour so they blend into the background instead of + showing as white boxes. + ## 0.8.0 - **Three new theme presets** (Display Options → "Theme"): **Red** (black-on-red diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index fb2cb40..bd66339 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 8 +#define FREETRX_VERSION_MINOR 9 #define FREETRX_VERSION_PATCH 0 -#define FREETRX_VERSION "0.8.0" +#define FREETRX_VERSION "0.9.0" #endif // _FREETRX_VERSION_H_