diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df5c49..026181d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.10 + +- Fix manifest + ## 1.0.9 _Minimum HA Version: 2024.1.0_ diff --git a/custom_components/hpprinter/manifest.json b/custom_components/hpprinter/manifest.json index 41da2d3..dd09ebc 100644 --- a/custom_components/hpprinter/manifest.json +++ b/custom_components/hpprinter/manifest.json @@ -9,5 +9,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/elad-bar/ha-hpprinter/issues", "requirements": ["xmltodict==0.12.0"], - "version": "1.0.9" + "version": "1.0.10" }