From 7e6510798f22ddc309452436418d6dbda043dab4 Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Mon, 25 Mar 2019 20:02:13 -0700 Subject: [PATCH] Bump to 1.1.0 --- ozwcp/CHANGELOG.md | 6 ++++++ ozwcp/config.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ozwcp/CHANGELOG.md b/ozwcp/CHANGELOG.md index ea4bdf6..f823838 100644 --- a/ozwcp/CHANGELOG.md +++ b/ozwcp/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.1.0] - 2019-03-25 +### Changed +* Updated to latest OZW and OZWCP +### Fixed +* Don't fail if hass has already stopped + ## [1.0.4] - 2018-10-14 ### Fixed * Updated config for hassio role-based security (home-assistant/hassio#692) diff --git a/ozwcp/config.json b/ozwcp/config.json index 8dd68ef..57afad0 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.4", + "version": "1.1.0", "slug": "ozwcp", "description": "Open ZWave Control Panel", "startup": "application",