diff --git a/CHANGELOG.md b/CHANGELOG.md index 830817a..1e8b70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.0.8 + +- HACS Support + ## v3.0.7 - Adjust non unique device names: diff --git a/custom_components/citymind_water_meter/manifest.json b/custom_components/citymind_water_meter/manifest.json index 06b025f..fbbc7e0 100644 --- a/custom_components/citymind_water_meter/manifest.json +++ b/custom_components/citymind_water_meter/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/maorcc/citymind_water_meter/issues", "requirements": [], - "version": "3.0.6" + "version": "3.0.8" }