diff --git a/content/changelog/2025.9.0.md b/content/changelog/2025.9.0.md index 54b5639940..5b3b434429 100644 --- a/content/changelog/2025.9.0.md +++ b/content/changelog/2025.9.0.md @@ -158,6 +158,18 @@ and advanced setups may require updates. +## Release 2025.9.1 - September 19 + +
+ + +- [mqtt] Fix KeyError when MQTT logging configured without explicit level [esphome#10774](https://github.com/esphome/esphome/pull/10774) by [@bdraco](https://github.com/bdraco) +- fix(packet_transport): Add initialization for sensor configuration in packet transport [esphome#10765](https://github.com/esphome/esphome/pull/10765) by [@TMaYaD](https://github.com/TMaYaD) +- [core] Fix ESP8266 mDNS compilation failure caused by incorrect coroutine priorities [esphome#10773](https://github.com/esphome/esphome/pull/10773) by [@bdraco](https://github.com/bdraco) +- [gpio] Fix unused function warnings when compiling with log level below DEBUG [esphome#10779](https://github.com/esphome/esphome/pull/10779) by [@bdraco](https://github.com/bdraco) + +
+ ## Full list of changes ### New Features diff --git a/content/guides/supporters.md b/content/guides/supporters.md index b330fec3d6..28b0d1cb88 100644 --- a/content/guides/supporters.md +++ b/content/guides/supporters.md @@ -708,6 +708,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com - [星野SKY (@FlyingFeng2021)](https://github.com/FlyingFeng2021) - [flyize (@flyize)](https://github.com/flyize) - [风飘雨 (@flyrainning)](https://github.com/flyrainning) +- [Ben Curtis (@Fmstrat)](https://github.com/Fmstrat) - [foltymat (@foltymat)](https://github.com/foltymat) - [footswitch (@footswitch)](https://github.com/footswitch) - [Fabio Pugliese Ornellas (@fornellas)](https://github.com/fornellas) @@ -2036,6 +2037,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com - [Tinkerfish (@tinkerfish)](https://github.com/tinkerfish) - [TJ Horner (@tjhorner)](https://github.com/tjhorner) - [Theodore Ni (@tjni)](https://github.com/tjni) +- [Subhash Chandra (@TMaYaD)](https://github.com/TMaYaD) - [Max Efremov (@Tmin10)](https://github.com/Tmin10) - [tmpeh (@tmpeh)](https://github.com/tmpeh) - [Christian (@Tntdruid)](https://github.com/Tntdruid) @@ -2229,4 +2231,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com - [Christian Zufferey (@zuzu59)](https://github.com/zuzu59) - [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev) -*This page was last updated September 17, 2025.* +*This page was last updated September 19, 2025.* diff --git a/data/version.yaml b/data/version.yaml index ccc0db7366..ff45e73186 100644 --- a/data/version.yaml +++ b/data/version.yaml @@ -1,2 +1,2 @@ -release: 2025.9.0 +release: 2025.9.1 version: '2025.9'