From 52a82277e9bc0c2333dc3015b53e31301dc4e697 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 30 Dec 2019 14:46:26 +0100 Subject: [PATCH] 1.9.5b5 --- CHANGELOG.md | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4a4a328..5360bebfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.9.5 beta] ### Added +- Solar Module SM200 support +- `set master_thermostat ` to choose with thermostat is master when there are multiple on the bus ### Fixed +- set boiler warm water temp on Junkers/Bosch HT3 ### Changed +- improved MQTT publishing to stop flooding + ### Removed diff --git a/src/version.h b/src/version.h index 4b432793d..8575109af 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.9.5b5" +#define APP_VERSION "1.9.5b6"