diff --git a/README.md b/README.md index c377dda5..2d03ac66 100755 --- a/README.md +++ b/README.md @@ -61,8 +61,7 @@ You find a detailed installation documentation here: |Shelly Motion (SHMOS-01)|supported since v4.0.6|supported since v4.0.6| ## Changelog - -### __WORK IN PROGRESS__ +### 4.1.2 (2021-11-14) * (sbormann) Fix the online checks to stay online ### 4.1.1 (2021-11-13) diff --git a/io-package.json b/io-package.json index 0ef78f7d..864f5a13 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "shelly", - "version": "4.1.1", + "version": "4.1.2", "news": { + "4.1.2": { + "en": "Fix the online checks to stay online", + "de": "Beheben Sie die Online-Checks, um online zu bleiben", + "ru": "Исправьте онлайн-чеки, чтобы оставаться в сети", + "pt": "Corrija as verificações online para permanecer online", + "nl": "Los de online cheques op om online te blijven", + "fr": "Corrigez les chèques en ligne pour rester en ligne", + "it": "Risolvi i controlli online per rimanere online", + "es": "Arregle los cheques en línea para permanecer en línea", + "pl": "Napraw czeki online, aby pozostać online", + "zh-cn": "修复在线检查以保持在线状态" + }, "4.1.1": { "en": "Try to prevent State changes after adapter is stopped", "de": "Versuchen Sie, Statusänderungen nach dem Stoppen des Adapters zu verhindern", @@ -74,18 +86,6 @@ "es": "Corrección de errores", "pl": "Naprawa błędów", "zh-cn": "错误修正" - }, - "4.0.5": { - "en": "Add Shelly 1L", - "de": "Fügen Sie Shelly 1L hinzu", - "ru": "Добавить Шелли 1L", - "pt": "Adicionar Shelly 1L", - "nl": "Voeg Shelly 1L", - "fr": "Ajouter Shelly 1L", - "it": "Aggiungi Shelly 1L", - "es": "Añadir Shelly 1L", - "pl": "Dodaj Shelly 1L", - "zh-cn": "添加Shelly 1L" } }, "title": "Shelly", diff --git a/package-lock.json b/package-lock.json index f227b2df..183c3a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.shelly", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3fdc88d3..548d88c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.shelly", - "version": "4.1.1", + "version": "4.1.2", "description": "Shelly", "author": { "name": "Thorsten Stueben",