diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index aea6c11ac..da1031200 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -21,6 +21,7 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/). - modbus command path to `api/` [#2276](https://github.com/emsesp/EMS-ESP32/issues/2276) - info command for devices without entity-commands [#2274](https://github.com/emsesp/EMS-ESP32/issues/2274) - CW100 settings telegram 0x241 [#2290](https://github.com/emsesp/EMS-ESP32/issues/2290) +- modbus signed 8bit values [#2294](https://github.com/emsesp/EMS-ESP32/issues/2294) ## Changed diff --git a/src/version.h b/src/version.h index 4d2245b33..b9f8ad86a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.2-dev.5" \ No newline at end of file +#define EMSESP_APP_VERSION "3.7.2-dev.6" \ No newline at end of file