diff --git a/README.md b/README.md index 20dde9b..956b76a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ Remark: This feature is limited to the subnet of the ioBroker host. ### **WORK IN PROGRESS** --> +### 1.0.11 27.03.2024 +* (Jey Cee) Fix high CPU load while running discovering devices +* ### 1.0.9 19.03.2024 * (Jey Cee) Fix unexpected stop of discovery diff --git a/io-package.json b/io-package.json index 568897d..51814be 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "net-tools", - "version": "1.0.10", + "version": "1.0.11", "news": { + "1.0.11": { + "en": "Fix high CPU load while running discovering devices", + "de": "Behebung der hohen CPU-Last bei der Erkennung von Geräten " + }, "1.0.9": { "en": "Fix unexpected stop of discovery", "de": "Unerwartetes Anhalten der Suche behoben" diff --git a/package.json b/package.json index e82636c..ebba04c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.net-tools", - "version": "1.0.10", + "version": "1.0.11", "description": "This adapter cyclic polls configured IPs, can send wake-on-lan packages and scan for open ports.", "author": { "name": "Jey Cee",