diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a6f32..70b45cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.2-dev.3](https://github.com/Disane87/spoolman-homeassistant/compare/v0.2.2-dev.2...v0.2.2-dev.3) (2024-02-06) + + +### 🛠️ Fixes + +* :bug: Refactor SpoolmanAPI and SpoolManCoordinator warnings ([b1c0cb8](https://github.com/Disane87/spoolman-homeassistant/commit/b1c0cb82487cc1a2895ee1944becfedf9c90b394)), closes [#77](https://github.com/Disane87/spoolman-homeassistant/issues/77) + ## [0.2.2-dev.2](https://github.com/Disane87/spoolman-homeassistant/compare/v0.2.2-dev.1...v0.2.2-dev.2) (2023-12-08) diff --git a/hacs.json b/hacs.json index 9a3f512..5d44f61 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Spoolman", "homeassistant": "2023.9.0", "render_readme": true, - "filename": "spoolman-homeassistant_0.2.2-dev.2.zip", + "filename": "spoolman-homeassistant_0.2.2-dev.3.zip", "zip_release": true }