From 4ed7b4acb902406b94d1c2a80d7183206a9e016d Mon Sep 17 00:00:00 2001 From: swevictor Date: Tue, 12 Apr 2022 09:15:22 +0200 Subject: [PATCH] Prepare for release 0.9.1 --- 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 2f1ac0f..3d6e593 100644 --- a/plejd/CHANGELOG.md +++ b/plejd/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog hassio-plejd Home Assistant Plejd addon +## [0.9.1](https://github.com/icanos/hassio-plejd/tree/0.9.1) + +[Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.9.0...0.9.1) + +**Closed issues:** + +- DIM-01 New FW not discovered correctly [\#215](https://github.com/icanos/hassio-plejd/issues/215) + +**Merged pull requests:** + +- Update README.md [\#229](https://github.com/icanos/hassio-plejd/pull/229) ([Wesztman](https://github.com/Wesztman)) + ## [0.9.0](https://github.com/icanos/hassio-plejd/tree/0.9.0) (2022-04-10) [Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.8.0-beta...0.9.0) diff --git a/plejd/config.json b/plejd/config.json index 1ad7a7f..466b25b 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.9.0", + "version": "0.9.1", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/",