From f6a63e616d2b7afcd9fa217f23bba44068b30270 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:09:05 +0000 Subject: [PATCH] chore(main): :tada: release 10.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f9f10c33..bf773ff2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.3.0" + ".": "10.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a76e503f9..03d280dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [10.3.1](https://github.com/joshuar/go-hass-agent/compare/v10.3.0...v10.3.1) (2024-10-12) + + +### Bug Fixes + +* **linux:** :bug: safely check for hsi properties ([3bb3849](https://github.com/joshuar/go-hass-agent/commit/3bb3849bc802264c480c45ca9ab2f20ce290151f)) + + +### Performance Improvements + +* **container:** :zap: don't install mage for container build ([dace627](https://github.com/joshuar/go-hass-agent/commit/dace627addf2287307426d3d746fb8bf2876b358)) +* **hass:** :zap: move validation of requests ([8d0eca5](https://github.com/joshuar/go-hass-agent/commit/8d0eca568b8962d5db38c667f84023f23c1c6f39)) + ## [10.3.0](https://github.com/joshuar/go-hass-agent/compare/v10.2.1...v10.3.0) (2024-10-01)