Version bump to v9.5.0.6

Version bump to monitor possible HTTP issues releated to ``SetOption128``
This commit is contained in:
Theo Arends 2021-08-16 10:32:25 +02:00
parent b112c05d9a
commit cb955762a6
3 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [9.5.0.5]
## [9.5.0.6]
### Added
- Version bump to monitor possible HTTP issues releated to ``SetOption128``
## [9.5.0.5] 20210815
### Added
- Inital support for Wi-Fi extender (#12784)
- Neopool commands ``NPPHRes``, ``NPCLRes`` and ``NPIonRes`` (#12813)

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.5
## Changelog v9.5.0.6
### Added
- Release of [Tasmota WebInstaller](https://arendst.github.io/Tasmota-firmware/)
- Command ``SetOption127 1`` to force Wi-Fi in no-sleep mode even if ``Sleep 0`` is not enabled

View File

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