From 0755ad488ebeaf77dd7009d6081d7170442f1de8 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 16 Jan 2020 11:35:48 +0100 Subject: [PATCH] Bump version to 8.1.0.4 --- RELEASENOTES.md | 2 +- tasmota/CHANGELOG.md | 4 ++++ tasmota/tasmota_version.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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;