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"