Bump version to 8.1.0.7

This commit is contained in:
Theo Arends 2020-02-10 15:20:38 +01:00
parent af63bb363d
commit edadaa284f
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -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;