diff --git a/CHANGELOG.md b/CHANGELOG.md index 7518f1177..4181574d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. ## [Released] ## [9.5.0] 20210617 -- Release Michael +- Release Michael (Rossi) -## [9.4.0.5] +## [9.4.0.5] 20210617 ### Added - Preliminary support for Esp32C3 - RiscV based @@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file. - Refactor platformio configurations by Jason2866 - Use correct template for Home Assistant light (#12317) -## [9.4.0.4] +## [9.4.0.4] 20210610 ### Added - Version bump to signal new features to Hass - Command ``Status0`` providing all status information on a single line diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 31c1a9245..4993e7c25 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -95,7 +95,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 v9.5.0 Michael +## Changelog v9.5.0 Michael (Rossi) ### Added - Command ``Status0`` providing all status information on a single line - Command ``TuyaSend5`` for hex string [#12211](https://github.com/arendst/Tasmota/issues/12211) @@ -126,9 +126,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Update OpenTherm driver [#12195](https://github.com/arendst/Tasmota/issues/12195) - Support for BM8563 RTC chip (I2C) found in M5Stack Core2 and M5StickC [#12199](https://github.com/arendst/Tasmota/issues/12199) -### Breaking Changed -- ESP32 partition layout changed to accomodate more file space on most and more code space on core2 and odroid-go [#11746](https://github.com/arendst/Tasmota/issues/11746) - ### Changed - IRremoteESP8266 library from v2.7.16 to v2.7.18 - NeoPixelBus library from v2.6.1.4 to v2.6.3 stage