diff --git a/README.md b/README.md index a75bb497..1794ccc5 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,9 @@ To only reset connections and requests for a specific hostname, pass the hostnam ## Changelog +#### 0.5.0 (2017-12-24) +* (AlCalzone) Support receiving block-wise messages + #### 0.4.8 (2017-10-19) * (AlCalzone) Fixed retransmission diff --git a/package.json b/package.json index 97fb4f56..91109ab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-coap-client", - "version": "0.4.8", + "version": "0.5.0", "description": "Clientside implementation of the CoAP protocol with DTLS support.", "keywords": [ "coap",