From af6341d1a68707342558bb63c320b9abc7c7be1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 04:59:31 +0000 Subject: [PATCH] chore(main): :tada: release 10.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88c1d1f..98a7d73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index af913ea..cf1a37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.1.0](https://github.com/joshuar/go-hass-anything/compare/v10.0.0...v10.1.0) (2024-07-06) + + +### Features + +* **container:** :sparkles: switch to alpine base image for container ([676d6ba](https://github.com/joshuar/go-hass-anything/commit/676d6ba83e08f620de80d84a282d3922758d18d1)) + + +### Bug Fixes + +* **container:** :bug: container should run as (configurable) non-root user ([a7ba398](https://github.com/joshuar/go-hass-anything/commit/a7ba3988749d7e3ba62f670401c560e575543324)) + ## [10.0.0](https://github.com/joshuar/go-hass-anything/compare/v9.2.1...v10.0.0) (2024-06-25)