From 2398056fa5e74b40fe073a472b51d18de823fbd7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 22 Apr 2021 15:55:13 +0200 Subject: [PATCH] Update changelog and version to 9.4.0.1 --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + tasmota/tasmota_version.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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_