Skip to content

Commit 5b54c5c

Browse files
committed
release v1.0.1 [skip ci]
1 parent 5ea80dd commit 5b54c5c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To only reset connections and requests for a specific hostname, pass the hostnam
155155

156156
## Changelog
157157

158-
#### __WORK IN PROGRESS__
158+
#### 1.0.1 (2018-11-04)
159159
* (AlCalzone) Rework the installation procedure. `node-aead-crypto` is now optional.
160160

161161
#### 1.0.0 (2018-07-30)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-coap-client",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Clientside implementation of the CoAP protocol with DTLS support.",
55
"keywords": [
66
"coap",
@@ -90,4 +90,4 @@
9090
"instrument": true
9191
},
9292
"readme": "README.md"
93-
}
93+
}

0 commit comments

Comments
 (0)