From c26adde18343e7eb167fd346527cacfc55c48283 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:34:19 +0200 Subject: [PATCH] Bump version to v9.5.0.8 --- CHANGELOG.md | 5 ++++- RELEASENOTES.md | 2 +- tasmota/tasmota_version.h | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca682600c..5dc0877e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7d1db9225..3b86bb78f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 6988c52b6..713a71868 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -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_