diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 29ad008f8..22dd67541 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -55,7 +55,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota ## Changelog -### Version 8.5.0.1 +### Version 8.5.1 Hannah - Fix energy total counters (#9263, #9266) - Fix crash in ``ZbRestore`` diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 907dd36fc..3cb8f9b60 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,9 @@ ## Released +### 8.5.1 20201002 + +- Release Hannah + ## Unreleased (development) ### 8.5.0.1 20200907 diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 3103534c2..0757f187c 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,7 +20,7 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x08050001; +const uint32_t VERSION = 0x08050100; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;