From d080bb97b88589494c17095d07ef873966d7de65 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 9 Apr 2020 11:58:35 +0200 Subject: [PATCH] Prep release 8.3.0 --- RELEASENOTES.md | 2 +- tasmota/CHANGELOG.md | 4 ++-- tasmota/tasmota_version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 87ad22a22..5504eeb27 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -52,7 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 8.2.1 Elliot +### Version 8.3.0 Fred - Change HM-10 sensor type detection and add features (#7962) - Change light scheme 2,3,4 cycle time speed from 24,48,72,... seconds to 4,6,12,24,36,48,... seconds (#8034) diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index fbe9e477c..55e26b159 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -2,9 +2,9 @@ ## Released -### 8.2.1 20200410 +### 8.3.0 20200420 -- Release Elliot +- Release Fred ### 8.2.0.3 20200329 diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 1c18cc68d..8bf2e98a9 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 = 0x08020100; +const uint32_t VERSION = 0x08030000; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;