diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d105e34..9eb919e90 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 -## [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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 01537aecd..d90179c41 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 `` 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) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index da915aab0..aaf925516 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 = 0x14160101; // 2022.01.1 +const uint32_t VERSION = 0x14160102; // 2022.01.2 #endif // _TASMOTA_VERSION_H_