From 6e2edaf42d9f64acf11aca25d7627098db513180 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 05:38:21 +0000 Subject: [PATCH] chore(main): release 4.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c441409..895253a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.0.0](https://github.com/joshuar/go-hass-anything/compare/v3.2.0...v4.0.0) (2024-02-06) + + +### ⚠ BREAKING CHANGES + +* config -> preferences rewrite + +### Bug Fixes + +* **examples:** :bug: fix exampleapp New func ([fd8200a](https://github.com/joshuar/go-hass-anything/commit/fd8200a400879e439ac61765a884d584a6da9072)) +* **tools:** :bug: fix import path in generator template ([cab23b2](https://github.com/joshuar/go-hass-anything/commit/cab23b28785425fd3dd83c99608099c5da1e0f82)) + + +### Code Refactoring + +* config -> preferences rewrite ([9816c02](https://github.com/joshuar/go-hass-anything/commit/9816c026d472a27fd16b7401db694fc8b527c400)) + ## [3.2.0](https://github.com/joshuar/go-hass-anything/compare/v3.1.0...v3.2.0) (2024-02-01)