diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index dc87aa27a..32ce84afb 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -6,7 +6,11 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/). ## Added +- change enum_heatingtype for remote control [#2268](https://github.com/emsesp/EMS-ESP32/issues/2268) +- system service commands [#2182](https://github.com/emsesp/EMS-ESP32/issues/2282) + ## Fixed ## Changed +- show operation in pretty telegram between src and dst [#2263](https://github.com/emsesp/EMS-ESP32/discussions/2263) diff --git a/src/version.h b/src/version.h index 7a5f11d06..682d170c3 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.2-dev.1" \ No newline at end of file +#define EMSESP_APP_VERSION "3.7.2-dev.2" \ No newline at end of file