Skip to content

Commit

Permalink
Update coap/dtls libs
Browse files Browse the repository at this point in the history
Fixed an error in the cipher suite definitions
  • Loading branch information
AlCalzone committed Feb 6, 2018
1 parent f03f1af commit deff044
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ A DeviceInfo object contains general information about a device. It has the foll

## Changelog

#### 0.7.1 (2018-02-06)
* (AlCalzone) Update coap/dtls libs: Fixed an error in the cipher suite definitions

#### 0.7.0 (2018-01-28)
* (AlCalzone) Support using raw CoAP values instead of the simplified scales for many properties.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-tradfri-client",
"version": "0.7.0",
"version": "0.7.1",
"description": "Library to talk to IKEA Trådfri Gateways without external binaries",
"keywords": [
"coap",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"debug": "^3.1.0",
"node-coap-client": "^0.5.1",
"node-coap-client": "^0.5.2",
"reflect-metadata": "^0.1.12"
},
"scripts": {
Expand Down

0 comments on commit deff044

Please sign in to comment.