Bump version to v12.3.1.1

This commit is contained in:
Theo Arends 2022-12-16 10:20:51 +01:00
parent f8b56e1058
commit 4e5c1f7a2d
3 changed files with 17 additions and 9 deletions

View File

@ -3,8 +3,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development ## [Unreleased] - Development
## [12.3.0.1] ## [12.3.1.1] 20221216
### Added ### Added
### Breaking Changed ### Breaking Changed
@ -12,12 +11,21 @@ All notable changes to this project will be documented in this file.
### Changed ### Changed
### Fixed ### Fixed
- Zigbee fix crash on ESP8266 #17397
### Removed ### Removed
## [Released] ## [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 ## [12.3.0] 20221215
- Release Percy - Release Percy

View File

@ -72,7 +72,7 @@ Latest released binaries can be downloaded from
- http://ota.tasmota.com/tasmota/release - http://ota.tasmota.com/tasmota/release
Historical binaries can be downloaded from 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`` 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 Latest released binaries can be downloaded from
- https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware - 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 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 ## 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. [Complete list](BUILDS.md) of available feature and sensors.
## Changelog v12.3.0.1 ## Changelog v12.3.1.1
### Added ### Added
### Breaking Changed ### Breaking Changed

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_ #ifndef _TASMOTA_VERSION_H_
#define _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_ #endif // _TASMOTA_VERSION_H_