From ebbdb28e4897eb420d92d85dad05584c70e78c3b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 18 May 2020 17:06:11 +0200 Subject: [PATCH] Bump version to 8.3.1.1 --- RELEASENOTES.md | 9 +-------- tasmota/CHANGELOG.md | 8 ++++++++ tasmota/tasmota_version.h | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b2b110300..c55146eaa 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -52,11 +52,4 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 8.3.0.2 - -- Change Hass discovery from using Template or Module name to new Device name (#8462) -- Change KNX pow function to approximative pow saving 5k of code space -- Change Mutichannel Gas sensor pow function to approximative pow saving 5k of code space -- Change Quick Power Cycle detection from 4 to 7 power interrupts (#4066) -- Fix default state of ``SetOption73 0`` for button decoupling and send multi-press and hold MQTT messages -- Add command ``DeviceName`` defaults to FriendlyName1 and replaces FriendlyName1 in GUI +### Version 8.3.1.1 diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index a2638dffa..d24578cc3 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,13 @@ ## Unreleased (development) +### 8.3.1.1 20200518 + +## Released + +### 8.3.1 20200518 + +- Release Fred + ### 8.3.0.2 20200517 - Change Hass discovery from using template name to new Device name (#8462) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index d9f248e55..af18e431f 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 = 0x08030002; +const uint32_t VERSION = 0x08030101; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;