diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 3ec0c30e6..235d65aeb 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -4,14 +4,18 @@ For more details go to [www.emsesp.org](https://www.emsesp.org/). ## [3.7.1] -## **IMPORTANT! BREAKING CHANGES with 3.7.0** +## **IMPORTANT! BREAKING CHANGES since v3.7.0** ## Added -- Include HA "unit_of_meas", "stat_cla" and "dev_cla" attributes for Number sensors [#2149](https://github.com/emsesp/EMS-ESP32/issues/2149) +- include HA "unit_of_meas", "stat_cla" and "dev_cla" attributes for Number sensors [#2149](https://github.com/emsesp/EMS-ESP32/issues/2149) +- Bosch CS6800i AW - Silent Mode + Electrical Power Reduction (HP) [#2147](https://github.com/emsesp/EMS-ESP32/issues/2147) ## Fixed - Modbus integration in 3.7.0 missing offset [#2148](https://github.com/emsesp/EMS-ESP32/issues/2148) +- fix changing TZ in NTPsettings without clearing enable+server, added DST support [#2142](https://github.com/emsesp/EMS-ESP32/issues/2142) ## Changed + +- MQTT discovery template to support Domoticz [#2138](https://github.com/emsesp/EMS-ESP32/discussions/2138) diff --git a/src/version.h b/src/version.h index a00805685..44685a7fa 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.1-dev.1" \ No newline at end of file +#define EMSESP_APP_VERSION "3.7.1-dev.2" \ No newline at end of file