From d2ebefbb16405c53dd07b5a82ea27b81c8146ec2 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 21 Dec 2019 13:45:26 +0100 Subject: [PATCH] Bump version to 7.2.0.1 --- README.md | 2 +- RELEASENOTES.md | 2 +- tasmota/CHANGELOG.md | 10 ++++++++-- tasmota/tasmota_version.h | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index acb6430d5..9a9ff0e1c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases ## Development -[![Dev Version](https://img.shields.io/badge/development%20version-v7.1.2.x-blue.svg)](https://github.com/arendst/Tasmota) +[![Dev Version](https://img.shields.io/badge/development%20version-v7.2.x.x-blue.svg)](https://github.com/arendst/Tasmota) [![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://thehackbox.org/tasmota/) [![Build Status](https://img.shields.io/travis/arendst/Tasmota.svg)](https://travis-ci.org/arendst/Tasmota) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 56c4e2c07..f3fff8860 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -49,7 +49,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 7.1.2.6 +### Version 7.2.0 Constance - Change Exception reporting removing exception details from ``Status 1`` and consolidated in ``Status 12`` if available - Change HTTP CORS from command ``SetOption73 0/1`` to ``Cors `` allowing user control of specific CORS domain by Shantur Rathore (#7066) diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index d847aef5b..e290e1909 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,13 @@ ## Unreleased (development) +### 7.2.0.1 20191221 + +## Released + +### 7.2.0 20191221 + +- Release + ### 7.1.2.6 20191214 - Change some more Settings locations freeing up space for future single char allowing variable length text @@ -51,8 +59,6 @@ - Add experimental support for stepper motor shutter control by Stefan Bode - Add optional USE_MQTT_TLS to tasmota-minimal.bin by Bohdan Kmit (#7115) -## Released - ### 7.1.2 20191206 - Maintenance Release diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 84ff6d905..27480159d 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 = 0x07010206; +const uint32_t VERSION = 0x07020001; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x06000000;