diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 6a3e6c1a2..026b327d3 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -34,6 +34,8 @@ - Factory Reset not working [#628](https://github.com/emsesp/EMS-ESP32/issues/628) - Valid 4 byte values [#820](https://github.com/emsesp/EMS-ESP32/issues/820) - Commands for multiple thermostats [#826](https://github.com/emsesp/EMS-ESP32/issues/826) +- API queries for multiple devices [#865](https://github.com/emsesp/EMS-ESP32/issues/865) +- Console crash when using call with command `hcx` only. [#841](https://github.com/emsesp/EMS-ESP32/issues/841) ## Changed diff --git a/src/version.h b/src/version.h index 68e089c4f..3cb46d0c9 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.5.0-dev.14" +#define EMSESP_APP_VERSION "3.5.0-dev.15"