diff --git a/README.md b/README.md index 37f3b88..a07192a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Actually only following attributes are supported: ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 2.0.1 (2022-12-23) * (bluefox) Corrected error with `members` ### 2.0.0 (2022-12-22) diff --git a/io-package.json b/io-package.json index 800de0b..d566df6 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "fhem", - "version": "2.0.0", + "version": "2.0.1", "title": "FHEM connection", "titleLang": { "en": "FHEM connection", @@ -28,6 +28,19 @@ "zh-cn": "FHEM" }, "news": { + "2.0.1": { + "en": "Corrected error with `members`", + "de": "Fehler behoben mit Mitgliedern", + "ru": "Исправлена ошибка с членами", + "pt": "Erro corrigido com membros", + "nl": "Verkeerd fout met leden", + "fr": "Erreur corrigée avec les membres", + "it": "Errore corretto con i membri", + "es": "Error corregido con miembros", + "pl": "Nieprawdopodobny błąd z członkami", + "uk": "Виправлена помилка з членами", + "zh-cn": "与成员更正的错误" + }, "2.0.0": { "en": "Refactoring\nCorrected some GitHub issues\nAdded JSON config", "de": "Herstellung\nEinige Probleme mit GitHub behoben\nJSON config", @@ -100,18 +113,6 @@ "es": "Varias correcciones y cambios.", "pl": "Kilka poprawek i zmian", "zh-cn": "几个修复和更改" - }, - "1.5.2": { - "en": "Several fixes and changes", - "de": "Mehrere Korrekturen und Änderungen", - "ru": "Несколько исправлений и изменений", - "pt": "Várias correções e mudanças", - "nl": "Verschillende oplossingen en wijzigingen", - "fr": "Plusieurs corrections et changements", - "it": "Diverse correzioni e modifiche", - "es": "Varias correcciones y cambios.", - "pl": "Kilka poprawek i zmian", - "zh-cn": "几个修复和更改" } }, "license": "MIT", diff --git a/package.json b/package.json index 8b93f3f..c475d21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.fhem", - "version": "2.0.0", + "version": "2.0.1", "description": "ioBroker FHEM Adapter", "author": { "name": "bluefox",