diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fd1d7e6b9..aae00f3b4 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.1.0.5 +### Version 8.1.0.7 - Change Lights: simplified gamma correction and 10 bits internal computation - Change commands ``Prefix``, ``Ssid``, ``StateText``, ``NTPServer``, and ``FriendlyName`` displaying all items diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 9108fe47d..bc6ed2e3b 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased (development) +### 8.1.0.7 20200210 + +- Bump version + ### 8.1.0.6 20200205 - Fix Hass sensor discovery part 1/4 by Federico Leoni (#7582, #7548) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index dcdbfe922..4d464db82 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 = 0x08010006; +const uint32_t VERSION = 0x08010007; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;