From 46edb12c7503c15a45f404e753558cba34233771 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 21 Apr 2021 16:57:39 +0200 Subject: [PATCH] Release 9.4.0 --- CHANGELOG.md | 13 ++++++++++--- README.md | 2 +- RELEASENOTES.md | 2 +- tasmota/tasmota_version.h | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62c0ece1..1f87f575a 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 -## [9.3.1.4] +## [9.4.0.1] + + + +## [Released] + +## [9.4.0] 20210422 +- Release Leslie + +## [9.3.1.4] 20210422 ### Added - Command ``TuyaTempSetRes 0..3`` to control Tuya Temperature Set Resolution (#11781) - ESP32 support for LVGL 7.11 with Berry binding by Stephan Hadinger (#11789) @@ -96,8 +105,6 @@ All notable changes to this project will be documented in this file. - ESP32 WS2812 bitbang support (#11248) - DS18x20 driver timing issue (#11270) -## [Released] - ## [9.3.1] 20210223 - Release Kenneth diff --git a/README.md b/README.md index 039c4eb9c..0dea9cf4b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases ## Development -[![Dev Version](https://img.shields.io/badge/development%20version-v9.3.x.x-blue.svg)](https://github.com/arendst/Tasmota) +[![Dev Version](https://img.shields.io/badge/development%20version-v9.4.x.x-blue.svg)](https://github.com/arendst/Tasmota) [![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://ota.tasmota.com/tasmota/) [![Tasmota CI](https://github.com/arendst/Tasmota/workflows/Tasmota%20CI/badge.svg)](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+CI%22) [![Tasmota ESP32 CI](https://github.com/arendst/Tasmota/workflows/Tasmota%20ESP32%20CI/badge.svg)](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+ESP32+CI%22) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 577f6e3e4..63474515a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -76,7 +76,7 @@ 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.1.4 +## Changelog v9.4.0 Leslie ### Added - Command ``Sensor80 1 <0..7>`` to control MFRC522 RFID antenna gain from 18dB (0) to 48dB (7) [#11073](https://github.com/arendst/Tasmota/issues/11073) - Command ``SerialBuffer 256..520`` to change hardware serial receive buffer size from default (256) to max local buffer size (520) [#11448](https://github.com/arendst/Tasmota/issues/11448) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 2e298a623..0f79cf4d9 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 = 0x09030104; +const uint32_t VERSION = 0x09040000; #endif // _TASMOTA_VERSION_H_