diff --git a/CHANGELOG.md b/CHANGELOG.md index 72221d18c..b85a05c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,26 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [12.3.1.4] +## [12.3.1.5] ### Added -- Berry ``crypto.EC_P256`` ECDSA signature (required by Matter protocol) -- Berry add up flag to ``tasmota.wifi()`` and ``tasmota.eth()``, always return MAC +- ESP32 Prep support for eigth energy phases/channels ### Breaking Changed ### Changed +- Energy refactoring preparing for ESP32 phase/channel extension ### Fixed +- ADE7953 when calibration data for second channel is used regression from v12.2.0.2 +- Shelly Pro 1/2 relay click at restart regression from v12.3.1.4 ### Removed +## [12.3.1.4] 20230127 +### Added +- Berry ``crypto.EC_P256`` ECDSA signature (required by Matter protocol) +- Berry add up flag to ``tasmota.wifi()`` and ``tasmota.eth()``, always return MAC + ## [12.3.1.3] 20230115 ### Added - Support for PCA9632 4-channel 8-bit PWM driver as light driver by Pascal Heinrich (#17557) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a7a9175de..e11f17dcb 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.3.1.4 +## Changelog v12.3.1.5 ### Added - Support for up to 3 single phase modbus energy monitoring device using generic Energy Modbus driver- Support for RGB displays [#17414](https://github.com/arendst/Tasmota/issues/17414) - Support for IPv6 DNS records (AAAA) and IPv6 ``Ping`` for ESP32 and ESP8266 [#17417](https://github.com/arendst/Tasmota/issues/17417) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 39ddb7b90..93fc0e837 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 = 0x0C030104; // 12.3.1.4 +const uint32_t VERSION = 0x0C030105; // 12.3.1.5 #endif // _TASMOTA_VERSION_H_