diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 04a924280..fd6a515eb 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -44,6 +44,9 @@ For more details go to [www.emsesp.org](https://www.emsesp.org/). - auto Scroll in WebLog UI - reduced delay so incoming logs are faster - uploading custom support info, shown to Guest users in Help page [#2054](https://github.com/emsesp/EMS-ESP32/issues/2054) - feature: Dashboard showing all data (favorites, sensors, custom) [#1958](https://github.com/emsesp/EMS-ESP32/issues/1958) +- entity for low-temperature boilers pump start temp (pumpOnTemp) #2088 [#2088](https://github.com/emsesp/EMS-ESP32/issues/2088) +- internal ESP32 temperature sensor on the S3 [#2077](https://github.com/emsesp/EMS-ESP32/issues/2077) +- MQTT status topic (used in connect and last will) set to Retain [#2086](https://github.com/emsesp/EMS-ESP32/discussions/2086) ## Fixed diff --git a/src/version.h b/src/version.h index ed70fa27e..f4677a34b 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.0-dev.44" \ No newline at end of file +#define EMSESP_APP_VERSION "3.7.0-dev.45" \ No newline at end of file