Bump version to 7.1.2.3

Redesign Exception reporting removing exception details from both MQTT info and Status 1. Now consolidated in Status 12 if available.
This commit is contained in:
Theo Arends 2019-12-08 13:37:18 +01:00
parent 29d5d68ca0
commit c060089358
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## Unreleased (development)
### 7.1.2.3 20191208
- Redesign Exception reporting removing exception details from both MQTT info and Status 1. Now consolidated in Status 12 if available.
### 7.1.2.2 20191206
- Add command ``SerialConfig 0..23`` or ``SerialConfig 8N1`` to select Serial Config (#7108)

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x07010202;
const uint32_t VERSION = 0x07010203;
#endif // _TASMOTA_VERSION_H_