diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6be1dfa9f..c7566764e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -50,7 +50,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 8.0.0.2 +### Version 8.0.0.3 - 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 0c12ed15c..b351cb091 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased (development) +### 8.0.0.3 20191224 + +- Version bump due to internal Settings change + ### 8.0.0.2 20191223 - Changed Settings variable namings diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index e69d4fd39..57329bcd1 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 = 0x08000002; +const uint32_t VERSION = 0x08000003; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;