Skip to content

Commit c4379b6

Browse files
committed
release v0.5.5
1 parent 3d81a02 commit c4379b6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ To only reset connections and requests for a specific hostname, pass the hostnam
145145

146146
## Changelog
147147

148+
#### 0.5.5 (2018-02-27)
149+
* (AlCalzone) Fix an error when requesting the next block in a blockwise transfer
150+
148151
#### 0.5.4 (2018-02-13)
149152
* (AlCalzone) The hostname in `setSecurityParams` is now treated like the one given to `tryToConnect` (fixes the issue mentioned in #30)
150153

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-coap-client",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "Clientside implementation of the CoAP protocol with DTLS support.",
55
"keywords": [
66
"coap",

0 commit comments

Comments
 (0)