From 6b66291e1198ba3221ba6e245713e6924b15634e Mon Sep 17 00:00:00 2001 From: peter-murray Date: Mon, 12 Oct 2015 22:02:59 +0100 Subject: [PATCH] Preparing for release of 1.2.0 --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index e02ae2d..4587587 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Change Log +## 1.2.0 +- Fixes issue #60, correcting the `hsl` light state calculations and adding `hsb` light state option +- Fixes issue #57, `parseUri` library removed as there are issues with this when using npm version 3+ + ## 1.1.2 - Fixes issue #55, upnp searches re-register the exit handler repeatedly causing issues if you use upnp search multiple times during program execution