From dbadec707f648f4f764d3cb0eb7759ae19cc0400 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Mar 2024 10:31:01 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A2=200.3.0-dev.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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) ### 🚀 Features * :sparkles: Configuration of Entry can be edited later (to change values like `update_interval`) ([ed201f9](https://github.com/Disane87/spoolman-homeassistant/commit/ed201f9a35ea6f4aea49fdda1e27b4ec122071e4)), closes [#82](https://github.com/Disane87/spoolman-homeassistant/issues/82) --- CHANGELOG.md | 7 +++++++ hacs.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 396fc71..2a33924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) + + +### 🚀 Features + +* :sparkles: Configuration of Entry can be edited later (to change values like `update_interval`) ([ed201f9](https://github.com/Disane87/spoolman-homeassistant/commit/ed201f9a35ea6f4aea49fdda1e27b4ec122071e4)), closes [#82](https://github.com/Disane87/spoolman-homeassistant/issues/82) + ## [0.3.0-dev.3](https://github.com/Disane87/spoolman-homeassistant/compare/v0.3.0-dev.2...v0.3.0-dev.3) (2024-03-04) diff --git a/hacs.json b/hacs.json index 746d3af..5373732 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Spoolman", "homeassistant": "2023.9.0", "render_readme": true, - "filename": "spoolman-homeassistant_0.3.0-dev.3.zip", + "filename": "spoolman-homeassistant_0.3.0-dev.4.zip", "zip_release": true }