From 545d7f0ba6efa4236ce771a51ab276a95681b39e Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 4 Jun 2023 18:06:07 +0200 Subject: [PATCH] 0.7.0 HMS / HMT support for ESP32 devices --- src/CHANGES.md | 3 +++ src/defines.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/CHANGES.md b/src/CHANGES.md index 6b97e319..61421e88 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,5 +1,8 @@ # Development Changes +## 0.7.0 - 2023-06-04 +* HMS / HMT support for ESP32 devices + ## 0.6.15 - 2023-05-25 * improved Prometheus Endpoint PR #958 * fix turn off ePaper only if setting was set #956 diff --git a/src/defines.h b/src/defines.h index baaea8b6..0cdffe8c 100644 --- a/src/defines.h +++ b/src/defines.h @@ -12,8 +12,8 @@ // VERSION //------------------------------------- #define VERSION_MAJOR 0 -#define VERSION_MINOR 6 -#define VERSION_PATCH 15 +#define VERSION_MINOR 7 +#define VERSION_PATCH 0 //------------------------------------- typedef struct {