diff --git a/README.md b/README.md index f0c9c36..3f508a4 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,9 @@ relation. --> ## Changelog +### 2.0.22 (04.07.2023) +* added import specification, solved problems in GaTools + ### 2.0.21 (17.06.2023) * fixed license handling diff --git a/io-package.json b/io-package.json index e1e9eaf..24bbaea 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "knx", - "version": "2.0.21", + "version": "2.0.22", "news": { + "2.0.22": { + "en": "added import specification, solved problems in GaTools", + "de": "zusätzliche Importspezifikation, gelöste Probleme in GaTools", + "ru": "добавлена спецификация импорта, решена проблемы в GaTools", + "pt": "especificação de importação adicionada, problemas resolvidos em GaTools", + "nl": "voegde import-specificaties toe", + "fr": "spécifications d'importation supplémentaires, problèmes résolus dans GaTools", + "it": "aggiunta delle specifiche di importazione, problemi risolti in GaTools", + "es": "añadido especificación de importación, problemas resueltos en GaTools", + "pl": "dodano specyfikację importu, rozwiązuje problemy z GaTools", + "uk": "додано специфікація імпорту, вирішені проблеми в GaTools", + "zh-cn": "增加进口规格,解决盖勒斯问题" + }, "2.0.21": { "en": "solved problem with license check", "de": "gelöstes problem mit lizenzprüfung", diff --git a/package.json b/package.json index 071d939..173069b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.knx", - "version": "2.0.21", + "version": "2.0.22", "description": "ioBroker knx Adapter ", "author": { "name": "K.Ringmann",