Bump version 11.0.0.4

This commit is contained in:
Theo Arends 2022-03-12 18:08:43 +01:00
parent ef730606ac
commit 45d4444a49
3 changed files with 11 additions and 5 deletions

View File

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

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.3
## Changelog v11.0.0.4
### 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 = 0x0B000003; // 11.0.0.3
const uint32_t VERSION = 0x0B000004; // 11.0.0.4
#endif // _TASMOTA_VERSION_H_