diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index d6a996d82..043b345ba 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,6 +1,6 @@ # Changelog -# [3.6.0] +# [3.5.1] ## **IMPORTANT! BREAKING CHANGES** @@ -16,4 +16,5 @@ ## Changed -- +- Use byte 0 for detection RC30 active heatingcircuit [#786](https://github.com/emsesp/EMS-ESP32/issues/786) +- Write repeated selflowtemp if tx-queue is empty without verify [#954](https://github.com/emsesp/EMS-ESP32/issues/954) diff --git a/src/version.h b/src/version.h index 0c98cd5fc..bebf4cc28 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.0-dev.0" +#define EMSESP_APP_VERSION "3.5.1-dev.0"