From 7e00aa55cab99bd2806a36cbeb0eaa673f4de952 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Oct 2023 08:33:00 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A2=200.2.0-dev.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.2.0-dev.7](https://github.com/Disane87/spoolman-homeassistant/compare/v0.2.0-dev.6...v0.2.0-dev.7) (2023-10-07) ### 🛠️ Fixes * fixed debug logs from info to debug ([f8defbb](https://github.com/Disane87/spoolman-homeassistant/commit/f8defbb56d679573845e98dcd299ea7a19bc376e)) --- CHANGELOG.md | 7 +++++++ hacs.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 816baa1..7487f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.0-dev.7](https://github.com/Disane87/spoolman-homeassistant/compare/v0.2.0-dev.6...v0.2.0-dev.7) (2023-10-07) + + +### 🛠️ Fixes + +* fixed debug logs from info to debug ([f8defbb](https://github.com/Disane87/spoolman-homeassistant/commit/f8defbb56d679573845e98dcd299ea7a19bc376e)) + ## [0.2.0-dev.6](https://github.com/Disane87/spoolman-homeassistant/compare/v0.2.0-dev.5...v0.2.0-dev.6) (2023-10-05) diff --git a/hacs.json b/hacs.json index c4fa603..712fc18 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Spoolman", "homeassistant": "2023.9.0", "render_readme": true, - "filename": "spoolman-homeassistant_[versionname].zip", + "filename": "spoolman-homeassistant_0.2.0-dev.7.zip", "zip_release": true }