Bump version to v2022.01.2

This commit is contained in:
Theo Arends 2022-01-07 16:43:29 +01:00
parent d6fc62e376
commit 1573cbe6cb
3 changed files with 11 additions and 3 deletions

View File

@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [2022.01.1]
## [2022.01.2]
### Added
### Changed
### Fixed
## [2022.01.1] 20220107
### Added
- Experimental ADE7953 (Shelly EM) reset on restart (#14261)
- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module (#14281)

View File

@ -100,7 +100,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 v2022.01.1
## Changelog v2022.01.2
### Added
- Command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module [#14281](https://github.com/arendst/Tasmota/issues/14281)

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x14160101; // 2022.01.1
const uint32_t VERSION = 0x14160102; // 2022.01.2
#endif // _TASMOTA_VERSION_H_