From a970575fec4a6de43d2d5562e364de56c00a90bd Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Thu, 9 Sep 2021 09:40:17 +0200 Subject: [PATCH] Fixed a compilation issue with ESPHome 2021.9.0 (currently in beta). --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9812ff1..0e76d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2021.9.0] + +**Note**: This release requires ESPHome 2021.8.0 and Home Assistant 2021.8.0 or newer. + +### Changed +- Fixed a compilation issue with ESPHome 2021.9.0. + ## [2021.8.1] **Note**: This release requires ESPHome 2021.8.0 and Home Assistant 2021.8.0 or newer.