diff --git a/CHANGELOG.md b/CHANGELOG.md index 925ade8..6c9b7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.7.0](https://github.com/Disane87/spoolman-homeassistant/compare/v0.6.0...v0.7.0) (2024-12-16) + +### 🚀 Features + +* added longitudinal color ([d2f2809](https://github.com/Disane87/spoolman-homeassistant/commit/d2f28098d6ebb169a7c9a0fb1e55685cc7d305a7)), closes [#150](https://github.com/Disane87/spoolman-homeassistant/issues/150) +* added multicolor images for multicolor filaments ([bbd7025](https://github.com/Disane87/spoolman-homeassistant/commit/bbd7025a4f09784d741d0d94cf5604bf911df3d2)), closes [#150](https://github.com/Disane87/spoolman-homeassistant/issues/150) + ## [0.7.0-dev.2](https://github.com/Disane87/spoolman-homeassistant/compare/v0.7.0-dev.1...v0.7.0-dev.2) (2024-12-16) ### 🚀 Features diff --git a/hacs.json b/hacs.json index 508c672..9eb6fbe 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Spoolman", "homeassistant": "2023.9.0", "render_readme": true, - "filename": "spoolman-homeassistant_0.7.0-dev.2.zip", + "filename": "spoolman-homeassistant_0.7.0.zip", "zip_release": true }