From 41db88c19a9250a3d5cd62e249e234fe6cbf17f6 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 10 Nov 2021 15:00:44 +0100 Subject: [PATCH] Bump version to 10.0.0.2 ESP32 core library from v1.0.7.5 to v2.0.1 --- CHANGELOG.md | 4 ++++ RELEASENOTES.md | 4 ++-- tasmota/tasmota_version.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 626febe14..540535ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development +## [10.0.0.2] +### Changed +- ESP32 core library from v1.0.7.5 to v2.0.1 + ## [10.0.0.1] ### Added - Berry add module ``python_compat`` to be closer to Python syntax (#13428) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 12187d41b..e996c63f9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -100,7 +100,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 v10.0.0.1 +## Changelog v10.0.0.2 ### Added - 1 second heartbeat GPIO - ESP32 Berry add module ``python_compat`` to be closer to Python syntax [#13428](https://github.com/arendst/Tasmota/issues/13428) @@ -110,7 +110,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Changed - File editor no-wrap [#13427](https://github.com/arendst/Tasmota/issues/13427) -- ESP32 core library from v1.0.7.4 to v1.0.7.5 +- ESP32 core library from v1.0.7.4 to v2.0.1 - ESP32-C3 core library from v2.0.0-post to v2.0.1-rc1 ### Fixed diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index f131a366f..5c33aeeaf 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 = 0x0A000001; +const uint32_t VERSION = 0x0A000002; #endif // _TASMOTA_VERSION_H_