From 70631bd37e94fe89cac5a141356bb05b6495f623 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Jan 2024 19:59:23 +0100 Subject: [PATCH] 2024.1.5 (#30954) --- _config.yml | 4 ++-- source/_posts/2024-01-03-release-20241.markdown | 14 ++++++++++++++ source/changelogs/core-2024.1.markdown | 13 +++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index ce224a28246..29f29f03462 100644 --- a/_config.yml +++ b/_config.yml @@ -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. diff --git a/source/_posts/2024-01-03-release-20241.markdown b/source/_posts/2024-01-03-release-20241.markdown index 06333b2d37a..0c24f8faf51 100644 --- a/source/_posts/2024-01-03-release-20241.markdown +++ b/source/_posts/2024-01-03-release-20241.markdown @@ -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 diff --git a/source/changelogs/core-2024.1.markdown b/source/changelogs/core-2024.1.markdown index 1ddaa9f9ca4..4a55587d19b 100644 --- a/source/changelogs/core-2024.1.markdown +++ b/source/changelogs/core-2024.1.markdown @@ -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