diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1e048b2f6..578d145b9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -52,7 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 8.0.0.3 +### Version 8.1.0 Doris - 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 b351cb091..80c6b480b 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,13 @@ ## Unreleased (development) +### 8.1.0.1 20191225 + +## Released + +### 8.1.0 20191225 + +- Release + ### 8.0.0.3 20191224 - Version bump due to internal Settings change @@ -22,8 +30,6 @@ - Add Zigbee coalesce sensor attributes into a single message - Add Deepsleep start delay based on Teleperiod if ``Teleperiod`` differs from 10 or 300 -## Released - ### 7.2.0 20191221 - Release diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 57329bcd1..8bc0a50e1 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 = 0x08000003; +const uint32_t VERSION = 0x08010001; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;