diff --git a/content/changelog/2025.10.0.md b/content/changelog/2025.10.0.md index 6327097168..276bd30f77 100644 --- a/content/changelog/2025.10.0.md +++ b/content/changelog/2025.10.0.md @@ -337,6 +337,20 @@ continue working, but custom components and advanced setups may require updates. +## Release 2025.10.1 - October 16 + +
+ + +- [mipi_spi] Rotation fixes [esphome#11226](https://github.com/esphome/esphome/pull/11226) by [@clydebarrow](https://github.com/clydebarrow) (new-feature) +- [ota] Fix MQTT resolution when static IP appears first in device list [esphome#11272](https://github.com/esphome/esphome/pull/11272) by [@bdraco](https://github.com/bdraco) +- [ota.esphome] Handle blank password the same as no password defined [esphome#11271](https://github.com/esphome/esphome/pull/11271) by [@jesserockz](https://github.com/jesserockz) +- [tests] Fix OTA password test assertions after merge collision [esphome#11275](https://github.com/esphome/esphome/pull/11275) by [@bdraco](https://github.com/bdraco) +- [wifi] Fix enterprise wifi [esphome#11276](https://github.com/esphome/esphome/pull/11276) by [@swoboda1337](https://github.com/swoboda1337) +- [substitutions] Fix AttributeError when using packages with substitutions [esphome#11274](https://github.com/esphome/esphome/pull/11274) 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 9e0e660bf4..d84948f94e 100644 --- a/content/guides/supporters.md +++ b/content/guides/supporters.md @@ -86,6 +86,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com - [Alone (@al-one)](https://github.com/al-one) - [Albin Kauffmann (@albinou)](https://github.com/albinou) - [Andre Lengwenus (@alengwenus)](https://github.com/alengwenus) +- [Antoine Lépée (@alepee)](https://github.com/alepee) - [AlessandroTischer (@AlessandroTischer)](https://github.com/AlessandroTischer) - [Alex (@alex-richards)](https://github.com/alex-richards) - [Alex Dekker (@Alex1602)](https://github.com/Alex1602) @@ -236,6 +237,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com - [Benoit3 (@Benoit3)](https://github.com/Benoit3) - [Ben Shaner (@bens545)](https://github.com/bens545) - [Ben Suffolk (@bensuffolk)](https://github.com/bensuffolk) +- [Beormund (@Beormund)](https://github.com/Beormund) - [Berend Haan (@berendhaan)](https://github.com/berendhaan) - [Arturo Casal (@berfenger)](https://github.com/berfenger) - [Bryan Berg (@berg)](https://github.com/berg) @@ -2253,4 +2255,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 October 15, 2025.* +*This page was last updated October 16, 2025.* diff --git a/data/version.yaml b/data/version.yaml index fad508daf7..1929490766 100644 --- a/data/version.yaml +++ b/data/version.yaml @@ -1,2 +1,2 @@ -release: 2025.10.0 +release: 2025.10.1 version: '2025.10'