diff --git a/CHANGELOG.md b/CHANGELOG.md index 069336543..f79a9ab5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Stability for some Wemos clones by decreasing wifi Tx strength and adding small delay + ### Changed - Debug log times show real internet time (if NTP enabled) @@ -29,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +- thermostat scan and autodetect deep functions + ## [1.9.3] 2019-10-26 ### Added diff --git a/src/version.h b/src/version.h index 46284f4ef..89a25f01c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.9.4b7" +#define APP_VERSION "1.9.4b8"