From a1dedf0d26b5bc53fd3c29e9dec909a30cc43f0f Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:40:52 +0200 Subject: [PATCH] Bump version to v12.0.2.1 --- CHANGELOG.md | 16 ++++++++++++---- RELEASENOTES.md | 8 +++----- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 259e7efd9..bab39c676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,26 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [12.0.1.2] +## [12.0.2.1] ### Added -- Command ``DnsTimeout 100..20000`` to change default DNS timeout from 1000 msec blocking if no DNS server found ### Changed - ### Fixed -- MQTT rc -4 on TLS connections regression from v12.0.0 (#15809) ### Removed +## [Released] + +## [12.0.2] 20220620 +- Release Paul + +## [12.0.1.2] 20220620 +### Added +- Command ``DnsTimeout 100..20000`` to change default DNS timeout from 1000 msec blocking if no DNS server found + +### Fixed +- MQTT rc -4 on connections regression from v12.0.0 (#15809) ## [Released] diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f6f443c67..92a45f93f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -72,7 +72,7 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota/release-12.0.0 +- http://ota.tasmota.com/tasmota/release-12.0.2 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` @@ -97,7 +97,7 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota32/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota32/release-12.0.0 +- http://ota.tasmota.com/tasmota32/release-12.0.2 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin`` @@ -107,15 +107,13 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v12.0.1.2 +## Changelog v12.0.2.1 ### Added -- Command ``DnsTimeout 100..20000`` to change default DNS timeout from 1000 msec blocking if no DNS server found ### Breaking Changed ### Changed ### Fixed -- MQTT rc -4 on TLS connections regression from v12.0.0 [#15809](https://github.com/arendst/Tasmota/issues/15809) ### Removed diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 2ff5a7c29..1ff29778d 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x0C000102; // 12.0.1.2 +const uint32_t VERSION = 0x0C000201; // 12.0.2.1 #endif // _TASMOTA_VERSION_H_