Bump version to v9.5.0.8

This commit is contained in:
Theo Arends 2021-09-01 11:34:19 +02:00
parent feab616277
commit c26adde183
3 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [9.5.0.7]
## [9.5.0.8]
## [9.5.0.7] 20210901
### Added
- Turn HTTP API (command ``SetOption128 1``) default on for backward compatibility
- Support for IEM3155 Wattmeter (#12940)

View File

@ -98,7 +98,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
[Complete list](BUILDS.md) of available feature and sensors.
## Changelog v9.5.0.7
## Changelog v9.5.0.8
### Added
- Release of [Tasmota WebInstaller](https://arendst.github.io/Tasmota-firmware/)
- Command ``SetOption2 1`` to enable display of global temperature/humidity/pressure info to JSON sensor message

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x09050007;
const uint32_t VERSION = 0x09050008;
#endif // _TASMOTA_VERSION_H_