From 50ca076f55d0697c3da526de9d65a1ea52de70da Mon Sep 17 00:00:00 2001 From: lumapu Date: Mon, 2 Oct 2023 10:45:48 +0200 Subject: [PATCH] 0.7.65 * MI control command review #1197 --- src/CHANGES.md | 3 +++ src/defines.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.md b/src/CHANGES.md index 1cc2f00ab..1b6ec2627 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,5 +1,8 @@ # Development Changes +## 0.7.65 - 2023-10-02 +* MI control command review #1197 + ## 0.7.64 - 2023-10-02 * moved active power control to modal in `live` view (per inverter) by click on current APC state diff --git a/src/defines.h b/src/defines.h index ac96ff43c..f55437528 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 7 -#define VERSION_PATCH 64 +#define VERSION_PATCH 65 //------------------------------------- typedef struct {