diff --git a/README.md b/README.md index adf5f64..71c830b 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog -### __WORK IN PROGRESS__ +### 0.7.2 (2023-04-27) * (simatec) small Bugfix ### 0.7.1 (2023-04-27) diff --git a/io-package.json b/io-package.json index 783d74a..e8c955d 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "solax", - "version": "0.7.1", + "version": "0.7.2", "news": { + "0.7.2": { + "en": "small Bugfix", + "de": "kleiner Bugfix", + "ru": "небольшой Bugfix", + "pt": "pequeno Bugfix", + "nl": "kleine Bugfix", + "fr": "petit Bugfix", + "it": "piccolo Bugfix", + "es": "pequeño Bugfix", + "pl": "mały Bug fix", + "uk": "мали", + "zh-cn": "bugfix" + }, "0.7.1": { "en": "small Bugfix", "de": "kleiner Bugfix", @@ -78,18 +91,6 @@ "es": "pequeños Bugfixes", "pl": "mały Bugfix", "zh-cn": "小额Bugfix" - }, - "0.5.4": { - "en": "small Bugfixes", - "de": "kleine Bugfixes", - "ru": "небольшие багфиксы", - "pt": "pequenos bugs", - "nl": "kleine Bugfix", - "fr": "petites Bugfixes", - "it": "piccoli bugfix", - "es": "pequeños Bugfixes", - "pl": "mały Bugfix", - "zh-cn": "小额Bugfix" } }, "title": "Solax", diff --git a/package-lock.json b/package-lock.json index fe00269..a5c11e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.solax", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.solax", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index 94a8ce4..af4c6df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.solax", - "version": "0.7.1", + "version": "0.7.2", "description": "Solax Inverter API Cloud and Local Connection", "author": { "name": "simatec",