diff --git a/CHANGELOG.md b/CHANGELOG.md index b5aab9494..1ee82d8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [12.4.0.1] +## [12.4.0.2] +### Added + +### Breaking Changed +- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration + +### Changed + +### Fixed + +### Removed + +## [12.4.0.1] 20230301 ### Added - Matter read/write and commands (#18000) - Matter subscriptions (#18017, #18018) @@ -11,9 +23,6 @@ All notable changes to this project will be documented in this file. - Support for multiple MCP23017/MCP23S17 as switch/button/relay - NTP time request from gateway (#17984) -### Breaking Changed -- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration - ### Changed - ADC Range oversample from 2 to 32 (#17975) - ESP32 Framework (Core) from v2.0.6 to v2.0.7 @@ -29,8 +38,6 @@ All notable changes to this project will be documented in this file. - IR panasonic protocol regression from v12.0.2.4 (#18013) - EnergyTotal divided twice during minimal upgrade step regression from v12.3.1.3 (#18024) -### Removed - ## [Released] ## [12.4.0] 20230216 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a2abd76b2..feb22e9f0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -110,7 +110,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 v12.4.0.1 +## Changelog v12.4.0.2 ### Added - Support for multiple MCP23017/MCP23S17 as switch/button/relay - NTP time request from gateway [#17984](https://github.com/arendst/Tasmota/issues/17984) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 33b7659ec..6b644b6fa 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x0C040001; // 12.4.0.1 +const uint32_t VERSION = 0x0C040002; // 12.4.0.2 #endif // _TASMOTA_VERSION_H_