diff --git a/tasmota/_changelog.ino b/tasmota/_changelog.ino index cbc56312c..52fef550d 100644 --- a/tasmota/_changelog.ino +++ b/tasmota/_changelog.ino @@ -1,4 +1,7 @@ /*********************************************************************************************\ + * 7.0.0.5 20191118 + * Fix boot loop regression + * * 7.0.0.4 20191108 * Add command WifiPower 0 .. 20.5 to set Wifi Output Power which will be default set to 17dBm * Change supported PCF8574 I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 9cd601086..50a0ac045 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x07000004; +const uint32_t VERSION = 0x07000005; #endif // _TASMOTA_VERSION_H_