Bump version 10.0.0.2

This commit is contained in:
Theo Arends 2022-02-20 14:02:06 +01:00
parent b94c41760d
commit 2c963df8f0
3 changed files with 12 additions and 3 deletions

View File

@ -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 <port><ip_address>`` to add client connection mode (#14874)

View File

@ -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 <port><ip_address>`` to add client connection mode [#14874](https://github.com/arendst/Tasmota/issues/14874)

View File

@ -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_