Bump version to 7.2.0.1

This commit is contained in:
Theo Arends 2019-12-21 13:45:26 +01:00
parent e85f1560a2
commit d2ebefbb16
4 changed files with 11 additions and 5 deletions

View File

@ -20,7 +20,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases
## Development ## 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/) [![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) [![Build Status](https://img.shields.io/travis/arendst/Tasmota.svg)](https://travis-ci.org/arendst/Tasmota)

View File

@ -49,7 +49,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## Changelog ## 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 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 <cors_domain>`` allowing user control of specific CORS domain by Shantur Rathore (#7066) - Change HTTP CORS from command ``SetOption73 0/1`` to ``Cors <cors_domain>`` allowing user control of specific CORS domain by Shantur Rathore (#7066)

View File

@ -1,5 +1,13 @@
## Unreleased (development) ## Unreleased (development)
### 7.2.0.1 20191221
## Released
### 7.2.0 20191221
- Release
### 7.1.2.6 20191214 ### 7.1.2.6 20191214
- Change some more Settings locations freeing up space for future single char allowing variable length text - 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 experimental support for stepper motor shutter control by Stefan Bode
- Add optional USE_MQTT_TLS to tasmota-minimal.bin by Bohdan Kmit (#7115) - Add optional USE_MQTT_TLS to tasmota-minimal.bin by Bohdan Kmit (#7115)
## Released
### 7.1.2 20191206 ### 7.1.2 20191206
- Maintenance Release - Maintenance Release

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_ #ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x07010206; const uint32_t VERSION = 0x07020001;
// Lowest compatible version // Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x06000000; const uint32_t VERSION_COMPATIBLE = 0x06000000;