diff --git a/ozwcp/CHANGELOG.md b/ozwcp/CHANGELOG.md index 0e83b4b..9753749 100644 --- a/ozwcp/CHANGELOG.md +++ b/ozwcp/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.3] - 2018-08-11 +### Fixed +* Fixed typo in `aarch64` build config that prevented installing on aarch64 systems + ## [1.0.2] - 2018-04-24 ### Fixed * Fixed issue with zwave sticks that mount with names other than `/dev/TTYACM0` diff --git a/ozwcp/config.json b/ozwcp/config.json index 4eb737c..e4a3a82 100644 --- a/ozwcp/config.json +++ b/ozwcp/config.json @@ -1,7 +1,7 @@ { "name": "ozwcp", "url": "https://github.com/jkeljo/hassio-addons/blob/master/ozwcp", - "version": "1.0.2", + "version": "1.0.3", "slug": "ozwcp", "description": "Open ZWave Control Panel", "startup": "application",