diff --git a/CHANGELOG.md b/CHANGELOG.md index 037d14613..f4a01c052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9831112fc..828af7ac0 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.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 diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index bb18eec6f..51dc681e6 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 = 0x09050005; +const uint32_t VERSION = 0x09050006; #endif // _TASMOTA_VERSION_H_