diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 020881faa..d3408b279 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -34,6 +34,7 @@ - Add heatpump silent mode and other entities [#896](https://github.com/emsesp/EMS-ESP32/issues/896) - Allow reboot to other partition (factory or asymetric OTA) - Blacklist entities to remove from memory [#891](https://github.com/emsesp/EMS-ESP32/issues/891) +- Add boiler pump operating mode [#944](https://github.com/emsesp/EMS-ESP32/issues/944) ## Fixed diff --git a/src/version.h b/src/version.h index 31dcccb02..727fa59c1 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.5.0-dev.17" +#define EMSESP_APP_VERSION "3.5.0-dev.18"