diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e57777b9..89d12071c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f9552dd50..4a83c79bb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 0f79cf4d9..c8df3b7fe 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -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_