From 632e523c379c88550c16dc24d9d5a953c77f2d0c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 23 Feb 2021 16:27:30 +0100 Subject: [PATCH] Bump version to 9.3.1.1 --- CHANGELOG.md | 9 +++++++-- RELEASENOTES.md | 18 +----------------- tasmota/tasmota_version.h | 2 +- 3 files changed, 9 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4e55b47..66156b59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development +## [9.3.1.1] + +## [Released] + +## [9.3.1] 20210223 +- Release Kenneth + ## [9.3.0.1] ### Added - Animate PWM dimmer brightness LEDs during transitions and with variable brightness (#11076) @@ -21,8 +28,6 @@ All notable changes to this project will be documented in this file. - Sml driver (#11082) - Ezo drivers (#11083) -## [Released] - ## [9.3.0] 20210219 - Release Kenneth diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ec5a31a34..fc39668fb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -78,20 +78,4 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v9.3.0.1 -### Added -- Animate PWM dimmer brightness LEDs during transitions and with variable brightness [#11076](https://github.com/arendst/Tasmota/issues/11076) -- Commands ``StateRetain`` and ``InfoRetain`` [#11084](https://github.com/arendst/Tasmota/issues/11084) - -### Changed -- Remove the need to start filenames with a slash (/) in Ufs commands -- Removed command ``VirtualCT`` as synonym for ``SetOption106`` [#11049](https://github.com/arendst/Tasmota/issues/11049) - -### Fixed -- Web request accepts wrong password [#11039](https://github.com/arendst/Tasmota/issues/11039) -- Ili1942 driver [#11046](https://github.com/arendst/Tasmota/issues/11046) -- ESP32 Mi32 driver [#11048](https://github.com/arendst/Tasmota/issues/11048) -- Shutter driver [#11055](https://github.com/arendst/Tasmota/issues/11055) -- TM1637 driver now needs ``TM1637 CLK`` and ``TM1637 DIO`` to enable [#11057](https://github.com/arendst/Tasmota/issues/11057) -- Sml driver [#11082](https://github.com/arendst/Tasmota/issues/11082) -- Ezo drivers [#11083](https://github.com/arendst/Tasmota/issues/11083) +## Changelog v9.3.1.1 diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index ce1ad81f9..26807fb8f 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 = 0x09030001; +const uint32_t VERSION = 0x09030101; #endif // _TASMOTA_VERSION_H_