diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0d0ba..41e99b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.3.0-dev.5](https://github.com/Disane87/spoolman-homeassistant/compare/v0.3.0-dev.4...v0.3.0-dev.5) (2024-03-06) + + +### 🛠️ Fixes + +* Bugfix for broken config flow ([24b329e](https://github.com/Disane87/spoolman-homeassistant/commit/24b329e5ffa6d8077c8f7b70a85d7f7fbd7e68b7)), closes [#84](https://github.com/Disane87/spoolman-homeassistant/issues/84) +* fixed errors in automation example and added badges for achived spools in card examples ([bb36191](https://github.com/Disane87/spoolman-homeassistant/commit/bb36191ea59a14312c61ba4eb4b998bd264ac09b)) +* Proper stale bot config ([c47a1a4](https://github.com/Disane87/spoolman-homeassistant/commit/c47a1a4fc066b870899d97f362dd913ebc7b57e8)) ## [0.3.0-dev.4](https://github.com/Disane87/spoolman-homeassistant/compare/v0.3.0-dev.3...v0.3.0-dev.4) (2024-03-05) diff --git a/hacs.json b/hacs.json index 7ac847a..deb8186 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Spoolman", "homeassistant": "2023.9.0", "render_readme": true, - "filename": "spoolman-homeassistant_0.2.2.zip", + "filename": "spoolman-homeassistant_0.3.0-dev.5.zip", "zip_release": true }