diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f3496..8181918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.10.0 +- **feat**: implementation of multiple areas + - subsystem arm/disarm + - opt-in using subsystems + - README.md update + ## v0.9.2 - **fix**: remove logging debug diff --git a/custom_components/hikvision_axpro/manifest.json b/custom_components/hikvision_axpro/manifest.json index b8ce04c..9158b10 100644 --- a/custom_components/hikvision_axpro/manifest.json +++ b/custom_components/hikvision_axpro/manifest.json @@ -13,5 +13,5 @@ "requirements": [ "hikaxpro==1.3.0" ], - "version": "0.9.2" + "version": "0.10.0" } \ No newline at end of file