From 7e26f2fc0dc687d301dd175aed1bf24493339ce0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Mar 2024 07:36:40 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A2=200.4.2-dev.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.4.2-dev.1](https://github.com/Disane87/spoolman-homeassistant/compare/v0.4.1...v0.4.2-dev.1) (2024-03-18) ### 🛠️ Fixes * :bug: Fixes a bug where klipper url wasn't checked correctly which leads to an exception ([441e4e5](https://github.com/Disane87/spoolman-homeassistant/commit/441e4e58ec25143fe7f0b0989d61c08b5168864f)), closes [#100](https://github.com/Disane87/spoolman-homeassistant/issues/100) --- CHANGELOG.md | 7 +++++++ hacs.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35dcedf..7e563d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.2-dev.1](https://github.com/Disane87/spoolman-homeassistant/compare/v0.4.1...v0.4.2-dev.1) (2024-03-18) + + +### 🛠️ Fixes + +* :bug: Fixes a bug where klipper url wasn't checked correctly which leads to an exception ([441e4e5](https://github.com/Disane87/spoolman-homeassistant/commit/441e4e58ec25143fe7f0b0989d61c08b5168864f)), closes [#100](https://github.com/Disane87/spoolman-homeassistant/issues/100) + ## [0.4.1](https://github.com/Disane87/spoolman-homeassistant/compare/v0.4.0...v0.4.1) (2024-03-08) diff --git a/hacs.json b/hacs.json index 9640939..0269eb8 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.1.zip", + "filename": "spoolman-homeassistant_0.4.2-dev.1.zip", "zip_release": true }