diff --git a/README.md b/README.md index e4b4394..839f280 100755 --- a/README.md +++ b/README.md @@ -300,3 +300,12 @@ Passed as an argument to the emitted `circuitStateChanged`. The passed version i * `circuitId` - integer indicating the ID of the circuit to set the state of. * This ID can be retrieved from `SLControllerConfigMessage`'s `bodyArray` property. * `circuitState` - integer indicating whether to switch the circuit on (`1`) or off (`0`). + +# Changelog + +## v1.0.1 +* Added direct connection support. + +## v1.1.0 +* Added ability to set circuit state. +* Fixed FindUnits.sendServerBroadcast() failing in certain environments.