diff --git a/README.md b/README.md index 61b1834..7509f79 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,8 @@ As first value, the name from the warning message must be taken from the log. Th ### __WORK IN PROGRESS__ * (DutchmanNL) --> -### __WORK IN PROGRESS__ -* (jlssmt) added error handling for bundesländer if api is down +### 0.8.5 (2021-10-29) +* (jlssmt) Error handling for bundesländer api implemented ### 0.8.4 (2021-10-26) * (DutchmanNL) Bugfix: New DNS entry for COVID api diff --git a/io-package.json b/io-package.json index 18911af..2d8a858 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "coronavirus-statistics", - "version": "0.8.4", + "version": "0.8.5", "news": { + "0.8.5": { + "en": "Error handling for bundesländer api implemented", + "de": "Fehlerbehandlung für Bundesländer API implementiert", + "ru": "Реализована обработка ошибок для bundesländer api", + "pt": "Tratamento de erros para a API bundesländer implementada", + "nl": "Foutafhandeling voor bundesländer api geïmplementeerd", + "fr": "Gestion des erreurs pour l'API bundesländer implémentée", + "it": "Gestione degli errori per l'API bundesländer implementata", + "es": "Se implementó el manejo de errores para bundesländer api", + "pl": "Zaimplementowano obsługę błędów dla bundesländer api", + "zh-cn": "实现了 bundesländer api 的错误处理" + }, "0.8.4": { "en": "Bugfix: New DNS entry for COVID api\nHospital data for Germany added\nfix umlauts in hospital service\nextend api timer to fix 502 errors", "de": "Bugfix: Neuer DNS-Eintrag für COVID-API\nKrankenhausdaten für Deutschland hinzugefügt\nUmlaute im Krankenhausdienst korrigieren\nErweitern Sie den API-Timer, um 502-Fehler zu beheben", diff --git a/package-lock.json b/package-lock.json index 50ea4f9..40f91db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.coronavirus-statistics", - "version": "0.8.4", + "version": "0.8.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 68058bf..0245086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.coronavirus-statistics", - "version": "0.8.4", + "version": "0.8.5", "description": "Adapter to show Global Corona Virus information and current reports", "author": { "name": "DutchmanNL",