From 2fe61331d303657144c31dda1965d9581e0c3328 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Mar 2024 22:42:01 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A2=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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) --- CHANGELOG.md | 7 +++++++ hacs.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 }