From 45d4444a4964bc55a8134881c2a07f91d9940c9d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 12 Mar 2022 18:08:43 +0100 Subject: [PATCH] Bump version 11.0.0.4 --- CHANGELOG.md | 12 +++++++++--- RELEASENOTES.md | 2 +- tasmota/tasmota_version.h | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dabd150c3..b249e1aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [11.0.0.3] +## [11.0.0.4] +### Added + +### Changed + +### Fixed + + +## [11.0.0.3] 20220312 ### Added - TasmotaSerial implement ``end()`` - ESP32 TasmotaSerial uart mapping to support multiple ``begin()`` and implement ``getUart()`` (#14981) @@ -22,8 +30,6 @@ All notable changes to this project will be documented in this file. - TasmotaSerial library from v3.4.0 to v3.5.0 (#14981) - NeoPool limit relay output to the number actually available -### Fixed - ## [11.0.0.2] 20220225 ### Changed - Enabled ethernet and Sonoff SPM in ``tasmota32.bin`` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3e01b97a8..db15593d5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -103,7 +103,7 @@ 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 v11.0.0.3 +## Changelog v11.0.0.4 ### Added - Command ``SspmMap 0`` to reset Sonoff SPM default mapping - Command ``TcpConnect `` to add client connection mode [#14874](https://github.com/arendst/Tasmota/issues/14874) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 4539021bf..d9b1f0202 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 = 0x0B000003; // 11.0.0.3 +const uint32_t VERSION = 0x0B000004; // 11.0.0.4 #endif // _TASMOTA_VERSION_H_