From 3cb07e4d390dbcb5e335b9f6a41b1174fd5bb43e Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Tue, 29 Jun 2021 11:41:40 +0200 Subject: [PATCH] chore: release v2.0.5 Corrected error with token --- README.md | 2 +- io-package.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9756e8a..0ff8889 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ When the adapter crashes or an other Code error happens, this error message that --> ## Changelog -### __WORK IN PROGRESS__ +### 2.0.5 (2021-06-29) * (bluefox) Corrected error with token ### 2.0.4 (2021-06-28) diff --git a/io-package.json b/io-package.json index 50e7420..2c8c28a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "pushover", - "version": "2.0.4", + "version": "2.0.5", "news": { + "2.0.5": { + "en": "Corrected error with token", + "de": "Fehler mit Token behoben", + "ru": "Исправлена ошибка токена", + "pt": "Erro corrigido com token", + "nl": "Fout gecorrigeerd met token", + "fr": "Erreur corrigée avec le jeton", + "it": "Errore corretto con token", + "es": "Error corregido con token", + "pl": "Poprawiony błąd z tokenem", + "zh-cn": "更正了令牌错误" + }, "2.0.4": { "en": "Blockly input value for attachments\nimplemented the \"glances\"", "de": "Block-Eingabewert für Anhänge\ndie \"Blicke\" umgesetzt", diff --git a/package.json b/package.json index 3acf320..c7d2bc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.pushover", "description": "This adapter allows to send pushover notifications from ioBroker", - "version": "2.0.4", + "version": "2.0.5", "author": "bluefox ", "contributors": [ "bluefox "