Update changelog and version to 9.4.0.1

This commit is contained in:
Theo Arends 2021-04-22 15:55:13 +02:00
parent 98fcc271a7
commit 2398056fa5
3 changed files with 3 additions and 1 deletions

View File

@ -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]

View File

@ -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

View File

@ -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_