@@ -174,14 +174,17 @@ To only reset connections and requests for a specific hostname, pass the hostnam
174174 PLACEHOLDER for next version:
175175 ### __WORK IN PROGRESS__
176176-->
177+ ### 2.0.2 (2021-10-19)
178+ * (schulztr) Fix parsing of IPv6 addresses when using the ` coap:// ` protocol
179+
177180### 2.0.1 (2021-06-30)
178181* (AlCalzone) Workaround for a bug in IKEA gateway firmware ` v1.15.x `
179182
180183### 2.0.0 (2021-06-19)
181184* (AlCalzone) Update dependencies and require Node.js 12+
182185
183186### 1.0.8 (2020-06-06)
184- * (AlCalzone) Fix: use ` udp6 ` socket type for ` coap:// ` protocol when connection to IPv6 destinations
187+ * (AlCalzone) Fix: use ` udp6 ` socket type for ` coap:// ` protocol when connecting to IPv6 destinations
185188
186189### 1.0.7 (2020-05-31)
187190* (AlCalzone) Import ` URL ` constructor from ` "url" ` module instead of relying on the global variable
@@ -285,13 +288,12 @@ To only reset connections and requests for a specific hostname, pass the hostnam
285288* (AlCalzone) implemented retransmission of lost messages.
286289
287290### 0.0.1
288- * (AlCalzone) initial release.
289-
291+ * (AlCalzone) initial release.
290292
291293## License
292294The MIT License (MIT)
293295
294- Copyright (c) 2017 AlCalzone <d.griesel@gmx.net >
296+ Copyright (c) 2017-2021 AlCalzone <d.griesel@gmx.net >
295297
296298Permission is hereby granted, free of charge, to any person obtaining a copy
297299of this software and associated documentation files (the "Software"), to deal
@@ -309,4 +311,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
309311AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
310312LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
311313OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
312- THE SOFTWARE.
314+ THE SOFTWARE.
0 commit comments