From c06008935878a84676c8df9eb95d8aabb7acab27 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 8 Dec 2019 13:37:18 +0100 Subject: [PATCH] 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. --- tasmota/CHANGELOG.md | 4 ++++ tasmota/tasmota_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 10c3c6941..240bca728 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -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) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 929924840..9b94a31f5 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -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_