diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 237568fc5..6033aa5df 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -48,7 +48,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 8.0.0.1 +### Version 8.0.0.2 - Change Settings text handling allowing variable length text within a total text pool of 699 characters - Change Smoother ``Fade`` using 100Hz instead of 20Hz animation (#7179) diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 33617755b..73e035ff2 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased (development) +### 8.0.0.2 20191223 + +- Changed Settings variable namings + ### 8.0.0.1 20191221 - Change Settings text handling allowing variable length text within a total text pool of 699 characters diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index be2cfafe2..e69d4fd39 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,7 +20,7 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x08000001; +const uint32_t VERSION = 0x08000002; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;