diff --git a/CHANGELOG.md b/CHANGELOG.md index a89f01896..378d5f44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [12.3.0.1] - +## [12.3.1.1] 20221216 ### Added ### Breaking Changed @@ -12,12 +11,21 @@ All notable changes to this project will be documented in this file. ### Changed ### Fixed -- Zigbee fix crash on ESP8266 #17397 ### Removed ## [Released] +## [12.3.1] 20221216 +- Release Percy + +## [12.3.0.1] 20221216 +### Changed +- ESP32 initial otaurl from http to https + +### Fixed +- ESP8266 zigbee exception 3 regression from v12.3.0 (#17397) + ## [12.3.0] 20221215 - Release Percy diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a0232063f..3fc43908f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -72,7 +72,7 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota/release-12.3.0 +- http://ota.tasmota.com/tasmota/release-12.3.1 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` @@ -94,12 +94,12 @@ The following binary downloads have been compiled with ESP32/Arduino library cor Latest released binaries can be downloaded from - https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware -- http://ota.tasmota.com/tasmota32/release +- https://ota.tasmota.com/tasmota32/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota32/release-12.3.0 +- https://ota.tasmota.com/tasmota32/release-12.3.1 -The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin`` +The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasmota.com/tasmota32/release/tasmota32.bin`` ## Additional information @@ -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.3.0.1 +## Changelog v12.3.1.1 ### Added ### Breaking Changed diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index d80d04c05..498e76d8f 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 = 0x0C030001; // 12.3.0.1 +const uint32_t VERSION = 0x0C030101; // 12.3.1.1 #endif // _TASMOTA_VERSION_H_