diff --git a/README.md b/README.md index 6f00612..bdc5f83 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ Examples: ## Changelog +### 1.6.2 (2024-10-04) +* (Jey Cee) Fix no connection on new installation + ### 1.6.1 (2024-10-03) * (Jey Cee/mattreim) Highlight helper text for authentication diff --git a/io-package.json b/io-package.json index 9dcc310..fa9c6c4 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "deconz", - "version": "1.6.1", + "version": "1.6.2", "news": { + "1.6.2": { + "en": "Fix no connection on new installation", + "de": "Keine Verbindung bei Neuinstallation behoben" + }, "1.6.1": { "en": "Highlight helper text for authentication", "de": "Hilfstext für die Authentifizierung hervorgehoben" diff --git a/package.json b/package.json index 7007387..aee2424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.deconz", - "version": "1.6.1", + "version": "1.6.2", "description": "deConz can handle various ZigBee devices, such as Hue, Tradfri, Lightify, etc.", "author": { "name": "Jey Cee",