From 93a9e5da1df4e31975bc487ee5effb3156548f6e Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 30 May 2024 12:22:11 +0200 Subject: [PATCH] changelog, v3.7.0-dev.12 --- CHANGELOG_LATEST.md | 2 ++ src/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 12328b4b5..db9a7f184 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -19,6 +19,8 @@ - HP input states [#1723](https://github.com/emsesp/EMS-ESP32/discussions/1723) - holiday settings for rego 3000 [#1735](https://github.com/emsesp/EMS-ESP32/issues/1735) - Added scripts for OTA (scripts/upload.py and upload_cli.py) [#1738](https://github.com/emsesp/EMS-ESP32/issues/1738) +- timeout for remote thermostat emulation [#1680](https://github.com/emsesp/EMS-ESP32/discussions/1680), [#1774](https://github.com/emsesp/EMS-ESP32/issues/1774) +- seltemp/mode for CR120 [#1779](https://github.com/emsesp/EMS-ESP32/discussions/1779) ## Fixed diff --git a/src/version.h b/src/version.h index b969f3758..0109bf35a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.0-dev.11" +#define EMSESP_APP_VERSION "3.7.0-dev.12"