From 2702365a9576d7f0fa1e7d0e5d772d6e98ea9240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Hagelb=C3=A4ck?= Date: Sat, 20 Feb 2021 08:18:40 +0100 Subject: [PATCH] Prepeare 0.6.1 release --- plejd/CHANGELOG.md | 12 ++++++++++++ plejd/config.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/plejd/CHANGELOG.md b/plejd/CHANGELOG.md index bcd950b..4c70de7 100644 --- a/plejd/CHANGELOG.md +++ b/plejd/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog hassio-plejd Home Assistant Plejd addon +### [0.6.1](https://github.com/icanos/hassio-plejd/tree/HEAD) (2021-02-20) + +[Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.6.0...0.6.1) + +**Implemented enhancements:** + +- Feature Request: Support setting the Plejd Network System Clock [\#130](https://github.com/icanos/hassio-plejd/issues/130) + +**Closed issues:** + +- Set Plejd devices' clock hourly [\#165](https://github.com/icanos/hassio-plejd/issues/165) + ### [0.6.0](https://github.com/icanos/hassio-plejd/tree/0.6.0) (2021-01-30) [Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.5.1...0.6.0) diff --git a/plejd/config.json b/plejd/config.json index 5c545ea..8deb919 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.6.0", + "version": "0.6.1", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/",