From 2c963df8f0e1d18b6308971baec33513d5d7c700 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 20 Feb 2022 14:02:06 +0100 Subject: [PATCH] Bump version 10.0.0.2 --- CHANGELOG.md | 11 ++++++++++- RELEASENOTES.md | 2 +- tasmota/tasmota_version.h | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1916161e1..5232de0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [11.0.0.1] + +## [11.0.0.2] +### Added + +### Changed +- Enabled ethernet and Sonoff SPM in ``tasmota32.bin`` + +### Fixed + +## [11.0.0.1] 20220220 ### Added - Command ``SspmMap 0`` to reset Sonoff SPM default mapping - Command ``TcpConnect `` to add client connection mode (#14874) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 42bb926c3..d6120ddc3 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.1 +## Changelog v11.0.0.2 ### 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 d2471660f..9c994a57e 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 = 0x0B000001; // 11.0.0.1 +const uint32_t VERSION = 0x0B000002; // 11.0.0.2 #endif // _TASMOTA_VERSION_H_