Bump version 8.2.0

This commit is contained in:
Theo Arends 2020-03-21 11:22:22 +01:00
parent 063c19d9c1
commit 211520b1c8
4 changed files with 9 additions and 5 deletions

View File

@ -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-v8.1.x.x-blue.svg)](https://github.com/arendst/Tasmota)
[![Dev Version](https://img.shields.io/badge/development%20version-v8.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)

View File

@ -52,7 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## Changelog
### Version 8.1.0.11
### Version 8.2.0 Elliot
- Change default my_user_config.h driver and sensor support removing most sensors and adding most drivers to tasmota.bin
- Change DHT driver (#7468, #7717)

View File

@ -1,5 +1,11 @@
## Unreleased (development)
## Released
### 8.2.0 20200321
- Release
### 8.1.0.11 20200313
- Change Zigbee simplification of devices probing, saving Flash and memory
@ -119,8 +125,6 @@
- Add support for DS1624, DS1621 Temperature sensor by Leonid Myravjev
- Add Zigbee attribute decoder for Xiaomi Aqara Cube
## Released
### 8.1.0 20191225
- Release

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x0801000B;
const uint32_t VERSION = 0x08020000;
// Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x07010006;