mirror of https://github.com/arendst/Tasmota.git
Update changelog and version to 9.4.0.1
This commit is contained in:
parent
98fcc271a7
commit
2398056fa5
|
@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
|||
## [9.4.0.1]
|
||||
### Changed
|
||||
- Command ``Power`` should not reset pulsetime (#11805)
|
||||
- Zigbee refactored storage for device configuration and device last known data (#11838)
|
||||
|
||||
## [Released]
|
||||
|
||||
|
|
|
@ -83,6 +83,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||
|
||||
### Changed
|
||||
- Command ``Power`` should not reset pulsetime [#11805](https://github.com/arendst/Tasmota/issues/11805)
|
||||
- Zigbee refactored storage for device configuration and device last known data [#11838](https://github.com/arendst/Tasmota/issues/11838)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x09040000;
|
||||
const uint32_t VERSION = 0x09040001;
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue