diff --git a/CHANGELOG.md b/CHANGELOG.md index f4aeba4..6a3b946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.0](https://github.com/Disane87/spoolman-homeassistant/compare/v0.3.1...v0.4.0) (2024-03-06) + + +### 🚀 Features + +* :sparkles: Added an attribute `klipper_active_spool` for spools which are active in Klipper (if Klipper url is provided in the config) ([0bd66f1](https://github.com/Disane87/spoolman-homeassistant/commit/0bd66f1673a6697c65e9ce03fd0c631258d81071)), closes [#86](https://github.com/Disane87/spoolman-homeassistant/issues/86) + ## [0.4.0-dev.1](https://github.com/Disane87/spoolman-homeassistant/compare/v0.3.1...v0.4.0-dev.1) (2024-03-06) diff --git a/hacs.json b/hacs.json index 9ac1516..eff736f 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Spoolman", "homeassistant": "2023.9.0", "render_readme": true, - "filename": "spoolman-homeassistant_0.4.0-dev.1.zip", + "filename": "spoolman-homeassistant_0.4.0.zip", "zip_release": true }