This commit is contained in:
Franck Nijhof 2024-01-20 19:59:23 +01:00 committed by GitHub
parent fa1c5a8048
commit 70631bd37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 29 additions and 2 deletions

View File

@ -110,8 +110,8 @@ social:
# Home Assistant release details
current_major_version: 2024
current_minor_version: 1
current_patch_version: 4
date_released: 2024-01-19
current_patch_version: 5
date_released: 2024-01-20
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -55,6 +55,7 @@ Enjoy the release!
- [Release 2024.1.2 - January 6](#release-202412---january-6)
- [Release 2024.1.3 - January 12](#release-202413---january-12)
- [Release 2024.1.4 - January 19](#release-202414---january-19)
- [Release 2024.1.5 - January 20](#release-202415---january-20)
- [Need help? Join the community!](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes)
- [All changes](#all-changes)
@ -707,6 +708,19 @@ The following integrations are now available via the Home Assistant UI:
[@starkillerOG]: https://github.com/starkillerOG
[@thecode]: https://github.com/thecode
## Release 2024.1.5 - January 20
- Bump async-upnp-client to 0.38.1 ([@StevenLooman] - [#108382])
- Fix empty files included by !include_dir_named ([@emontnemery] - [#108489])
- Pin pandas to 2.1.4 ([@frenck] - [#108509])
[#108382]: https://github.com/home-assistant/core/pull/108382
[#108489]: https://github.com/home-assistant/core/pull/108489
[#108509]: https://github.com/home-assistant/core/pull/108509
[@StevenLooman]: https://github.com/StevenLooman
[@emontnemery]: https://github.com/emontnemery
[@frenck]: https://github.com/frenck
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing

View File

@ -1041,6 +1041,19 @@ For a summary in a more readable format:
[@starkillerOG]: https://github.com/starkillerOG
[@thecode]: https://github.com/thecode
## Release 2024.1.5 - January 20
- Bump async-upnp-client to 0.38.1 ([@StevenLooman] - [#108382])
- Fix empty files included by !include_dir_named ([@emontnemery] - [#108489])
- Pin pandas to 2.1.4 ([@frenck] - [#108509])
[#108382]: https://github.com/home-assistant/core/pull/108382
[#108489]: https://github.com/home-assistant/core/pull/108489
[#108509]: https://github.com/home-assistant/core/pull/108509
[@StevenLooman]: https://github.com/StevenLooman
[@emontnemery]: https://github.com/emontnemery
[@frenck]: https://github.com/frenck
[#100573]: https://github.com/home-assistant/core/pull/100573
[#100601]: https://github.com/home-assistant/core/pull/100601
[#101102]: https://github.com/home-assistant/core/pull/101102