Liu Song’s Projects


~/Projects/Tasmota

git clone https://code.lsong.org/Tasmota

Commit

Commit
4e7475dbd44ce1ec861869815a51721062b9bdaf
Author
Theo Arends <11044339+[email protected]>
Date
2023-06-02 10:25:02 +0200 +0200
Diffstat
 CHANGELOG.md | 15 +++++++++++++--
 RELEASENOTES.md | 2 +-
 tasmota/include/tasmota_version.h | 2 +-

Bump version v12.5.0.4


diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad76b48aa114d0f8567572174f7448e3d414e23c..f833e28c1f67763e73c1792b3669fe9a42345c07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,20 @@ All notable changes to this project will be documented in this file.
 
 ## [Unreleased] - Development
 
+## [12.5.0.4]
+
+### Added
+
+# Changelog
 ## [12.5.0.3]
+
+### 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
@@ -30,8 +43,6 @@ - Berry `tasmota.wifi()` would wrongly report wifi as up
 - Inverted shutter now reflect status also in WEBGUI and several minor fixes to make "inverted" consistant (#18701)
 - 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




diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 309e280cf2a78873cb13adb6c6fd557ae8b0bb87..ebbb2690ff1e3d2455e4644f582b398e1dec0dc4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -110,7 +110,7 @@ [List](MODULES.md) of embedded modules.
 
 [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




diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h
index fc65acab47bacb2819803e49bd4b803751e01f29..72b7c002e53e4d43de0d87667889bdbf7d84b99e 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 = 0x0C050003;   // 12.5.0.3
+const uint32_t VERSION = 0x0C050004;   // 12.5.0.4
 
 #endif  // _TASMOTA_VERSION_H_