From 05c153c7b131d7b604dc0a0c2b5553970c112046 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 9 Sep 2020 11:22:34 +0200 Subject: [PATCH] Update change log --- RELEASENOTES.md | 5 +++++ tasmota/CHANGELOG.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8c95d47b5..db8706750 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -54,3 +54,8 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog ### Version 8.5.0.1 + +- Fix energy total counters (#9263, #9266) +- Fix crash in ``ZbRestore`` +- Add new shutter modes (#9244) +- Add ``#define USE_MQTT_AWS_IOT_LIGHT`` for password based AWS IoT authentication diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index d9c9b1bfc..faaa2ae17 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -4,6 +4,9 @@ ### 8.5.0.1 20200907 +- Fix energy total counters (#9263, #9266) +- Fix crash in ``ZbRestore`` +- Add new shutter modes (#9244) - Add ``#define USE_MQTT_AWS_IOT_LIGHT`` for password based AWS IoT authentication ### 8.5.0 20200907