diff --git a/README.md b/README.md index f0de87b..9b19bce 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ mit dem gewünschten *get* Wert beschrieben werden. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.4.6 (2023-10-31) * (misanorot) fixed open connection after unload ### 1.4.5 (2023-08-13) diff --git a/io-package.json b/io-package.json index 0561dbc..a1a580b 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "viessmann", - "version": "1.4.5", + "version": "1.4.6", "news": { + "1.4.6": { + "en": "fixed open connection after unload", + "de": "feste offene verbindung nach entladen", + "ru": "фиксированное открытое соединение после разгрузки", + "pt": "conexão aberta fixa após descarga", + "nl": "een open verbinding na ontlading", + "fr": "connexion fixe ouverte après décharge", + "it": "connessione aperta fissa dopo scarico", + "es": "conexión abierta fija después de la descarga", + "pl": "stałe połączenia otwarte po wyjściu", + "uk": "фіксованого відкритого з'єднання після перевантаження", + "zh-cn": "在卸货之后的固定开放联系" + }, "1.4.5": { "en": "fixed issue #135", "de": "feste ausgabe #135", diff --git a/package-lock.json b/package-lock.json index 53d3b70..37701c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.viessmann", - "version": "1.4.5", + "version": "1.4.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.viessmann", - "version": "1.4.5", + "version": "1.4.6", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index 87d5a0a..d754993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.viessmann", - "version": "1.4.5", + "version": "1.4.6", "description": "Connect a viessmann heating system over vcontrold", "author": { "name": "misanorot",