From 3e41c8b7494ab494b9a55672f82cc82f9f5365e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 00:31:34 +0000 Subject: [PATCH] chore(main): :tada: release 11.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7c7cc31..2f2fe449 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.1.0" + ".": "11.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d940bb..5b32dc1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [11.1.1](https://github.com/joshuar/go-hass-agent/compare/v11.1.0...v11.1.1) (2025-01-11) + + +### Bug Fixes + +* **agent:** :bug: detect more types of "laptop" chassis ([f6f32fd](https://github.com/joshuar/go-hass-agent/commit/f6f32fda3de5d462523c11e0deac12b89c6e219b)) +* **agent/sensor:** :bug: don't add nonexistent agent workers to worker list ([3d35099](https://github.com/joshuar/go-hass-agent/commit/3d35099e39eced7f0cd6c8fc343f49d074883caf)) +* **linux/mem:** :bug: correct unit for percentage memory usage sensors ([aa59eee](https://github.com/joshuar/go-hass-agent/commit/aa59eee151dbb80c0bf3ff25d2bd1fa44d0adb78)) + ## [11.1.0](https://github.com/joshuar/go-hass-agent/compare/v11.0.0...v11.1.0) (2025-01-06)