From d68260411d396fa52bfa275e5f158de0f325b7a0 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Mon, 6 Feb 2023 14:22:41 +0100 Subject: [PATCH] version to dev.18, changelog --- CHANGELOG_LATEST.md | 1 + src/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"