From 58c41ac7b7e3f1cf1d717f0de2e2b2d58dd06b4f Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Sun, 24 Dec 2017 13:40:20 +0100 Subject: [PATCH] release v0.5.0 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",