diff --git a/README.md b/README.md index d5722579..56fa8200 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ A DeviceInfo object contains general information about a device. It has the foll ## Changelog -#### __WORK IN PROGRESS__ - WARNING: BREAKING CHANGES! +#### 0.11.0 (2018-21-04) - WARNING: BREAKING CHANGES! * (AlCalzone) **BREAKING**: The `connect()` method now either resolves with `true` or rejects with an error detailing why the connection failed. * (AlCalzone) The error thrown by `authentication()` now correctly reflects why the authentication failed. * (AlCalzone) Swallow `"DTLS handshake timed out"` promise rejections and emit an `"error"` instead diff --git a/package.json b/package.json index 28bd5e6a..f0a611b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-tradfri-client", - "version": "0.10.1", + "version": "0.11.0", "description": "Library to talk to IKEA Trådfri Gateways without external binaries", "keywords": [ "coap", @@ -104,4 +104,4 @@ "instrument": true }, "readme": "README.md" -} +} \ No newline at end of file