diff --git a/Changelog.md b/Changelog.md index 93884b3..fc29a3b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Change Log +## 0.2.6 +- Fixes a bug introduced in 0.2.5 that would remove the rgb state value from a LightState object thereby making +different to what was originally set if using it in multiple `setLightState()` calls + ## 0.2.5 - Fixes for RGB conversion into XY co-ordinates for lamps to give better accuracy compared to previous implementation using HSL diff --git a/package.json b/package.json index b2795a8..9f3c803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-hue-api", - "version": "0.2.5", + "version": "0.2.6", "author": "Peter Murray ", "contributors": [ {