From 2f136a32900196ec09318559e7ed8ecdd9c82706 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:57:45 +0200 Subject: [PATCH] Bump version v15.5.0.2 --- CHANGELOG.md | 17 ++++++++++++----- RELEASENOTES.md | 3 ++- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd2f5483..540a49a4d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development +## [15.5.0.2] +### Added + +### Breaking Changed + +### Changed +- Library `PubSubClient` renamed to `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests (#24916) + +### Fixed + +### Removed + ## [15.5.0.1] ### Added - Berry `bytes` methods `setbits`/`getbits` transposed to native and support for big endian (#24857) @@ -12,11 +24,8 @@ All notable changes to this project will be documented in this file. - MagicSwitch configurable masking window fixing problems with multiple false triggering (#24888) - TLS support for EC P-384 curve in server certificate (#24909) -### Breaking Changed - ### Changed - MiElHVAC auto-enable i-See widevane when setting AirDirection (#24860) -- `PubSub` lib renamed `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests ### Fixed - BLE EQ3 float output in mqtt messages regression from v15.4.0.2 (#24869) @@ -24,8 +33,6 @@ All notable changes to this project will be documented in this file. - PZEM/Modbus energy monitor Exception crash-loop on ESP8266 regression from v15.5.0 (#24883) - Udisp SPI for mono color display (#24899) -### Removed - ## [Released] ## [15.5.0] 20260621 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 06e7e021c..333934099 100755 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -112,7 +112,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v15.5.0.1 +## Changelog v15.5.0.2 ### Added - TLS support for EC P-384 curve in server certificate [#24909](https://github.com/arendst/Tasmota/issues/24909) - MagicSwitch configurable masking window fixing problems with multiple false triggering [#24888](https://github.com/arendst/Tasmota/issues/24888) @@ -124,6 +124,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed ### Changed +- Library `PubSubClient` renamed to `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests [#24916](https://github.com/arendst/Tasmota/issues/24916) - MiElHVAC auto-enable i-See widevane when setting AirDirection [#24860](https://github.com/arendst/Tasmota/issues/24860) ### Fixed diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index fb3fed6de..88d11ed1e 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -22,6 +22,6 @@ #define TASMOTA_SHA_SHORT // Filled by Github sed -const uint32_t TASMOTA_VERSION = 0x0F050001; // 15.5.0.1 +const uint32_t TASMOTA_VERSION = 0x0F050002; // 15.5.0.2 #endif // _TASMOTA_VERSION_H_