diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ea8b0a046..277c65ddd 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.3 +### Version 8.1.0.4 - 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 e0f9b7289..a7a88c2f8 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased (development) +### 8.1.0.4 20200116 + +- Bump version + ### 8.1.0.3 20200106 - Change commands ``Prefix``, ``Ssid``, ``StateText``, ``NTPServer``, and ``FriendlyName`` displaying all items diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index fab871449..1539def62 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 = 0x08010003; +const uint32_t VERSION = 0x08010004; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;