Bump version v12.5.0.4

This commit is contained in:
Theo Arends 2023-06-02 10:25:02 +02:00
parent 82895c53e3
commit 4e7475dbd4
3 changed files with 15 additions and 5 deletions

View File

@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [12.5.0.3]
## [12.5.0.4]
### Added
### Breaking Changed
### Changed
### Fixed
### Removed
## [12.5.0.3] 20230602
### Added
- Command ``WifiPower 0`` to enable dynamic wifi power based on RSSI by @TD-er (#15443)
- Command ``WifiPower 1`` to restore default wifi power
@ -31,8 +43,6 @@ All notable changes to this project will be documented in this file.
- Matter fix fabric provisioning from CASE session for iOS 16.5 (#18709)
- ESP32 SPI initialization for MFRC522 (#18711)
### Removed
## [12.5.0.2] 20230516
### Added
- Matter support for Shutters with Tilt

View File

@ -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.5.0.3
## Changelog v12.5.0.4
### Added
- Command ``SetOption152 0/1`` to select two (0 = default) pin bistable or one (1) pin latching relay control [#18386](https://github.com/arendst/Tasmota/issues/18386)
- Command ``I2cScan0`` to scan both busses on ESP32 with one command

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x0C050003; // 12.5.0.3
const uint32_t VERSION = 0x0C050004; // 12.5.0.4
#endif // _TASMOTA_VERSION_H_