diff --git a/CHANGELOG.md b/CHANGELOG.md index fc296d380..112d92676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [12.1.1.1] +## [12.1.1.2] +### Added + +### Changed + +### Fixed + +### Removed + +## [12.1.1.1] 20220910 ### Added - Support for SGP40 gas and air quality sensor (#16341) - Support for Modbus writing using ModbusBridge by JeroenSt (#16351) @@ -24,8 +33,6 @@ All notable changes to this project will be documented in this file. ### Fixed - Removed whitespace from JSON values with no decimals (#16365) -### Removed - ## [12.1.0.1] 20220825 ### Added - Zigbee device plugin mechanism with commands ``ZbLoad``, ``ZbUnload`` and ``ZbLoadDump`` (#16252) @@ -35,10 +42,6 @@ All notable changes to this project will be documented in this file. ### Changed - ESP32 NimBLE library from v1.3.6 to v1.4.0 -### Fixed - -### Removed - ## [Released] ## [12.1.1] 20220825 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3bd0c97ab..5cd31ad34 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -107,7 +107,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 v12.1.1.1 +## Changelog v12.1.1.2 ### Added - Command ``SetOption146 1`` to enable display of ESP32 internal temperature - Command ``StatusRetain`` [#11109](https://github.com/arendst/Tasmota/issues/11109) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index cbe8a2a3e..874ab6219 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x0C010101; // 12.1.1.1 +const uint32_t VERSION = 0x0C010102; // 12.1.1.2 #endif // _TASMOTA_VERSION_H_