diff --git a/tasmota/_changelog.ino b/tasmota/_changelog.ino index c54ed15d1..d36ae512d 100644 --- a/tasmota/_changelog.ino +++ b/tasmota/_changelog.ino @@ -1,4 +1,7 @@ /*********************************************************************************************\ + * 7.0.0.6 20191122 + * Add colorpicker to WebUI by Christian Staars (#6984) + * * 7.0.0.5 20191118 * Fix boot loop regression * Add command TempOffset -12.6 .. 12.6 to set global temperature sensor offset (#6958) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 50a0ac045..4e674bf6c 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 = 0x07000005; +const uint32_t VERSION = 0x07000006; #endif // _TASMOTA_VERSION_H_