diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 77c132c47..2078f0bea 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,6 +1,10 @@ ## 6.2.6 (2022-07-28) * (bluefox) Implemented Oauth2 workflow for adapters * (bluefox) Corrected encrypt/decrypt functions +## 6.2.6 (2022-07-28) +* (bluefox) Implemented Oauth2 workflow for adapters +* (bluefox) Corrected encrypt/decrypt functions + ## 6.4.0 (2023-03-22) * (bluefox) Breaking change: Configuration of Let's encrypt certificates moved to `iobroker.acme` adapter * (bluefox) Added port controller to JSON config diff --git a/README.md b/README.md index d33d90eb2..713b184f1 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The icons may not be reused in other projects without the proper flaticon licens --> ## Changelog -### **WORK IN PROGRESS** +### 6.5.1 (2023-05-23) * (bluefox) Added support for the js-controller update ### 6.4.4 (2023-05-10) diff --git a/io-package.json b/io-package.json index fb808b32c..988047fab 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "admin", - "version": "6.5.0", + "version": "6.5.1", "titleLang": { "en": "Admin", "de": "Admin", @@ -18,6 +18,19 @@ "connectionType": "local", "dataSource": "push", "news": { + "6.5.1": { + "en": "Added support for the js-controller update", + "de": "Unterstützung für das js-Controller-Update hinzugefügt", + "ru": "Добавлена поддержка обновления js-controller", + "pt": "Adicionado suporte para a atualização js-controller", + "nl": "Aangepast voor de JS-controller update", + "fr": "Ajout du support pour la mise à jour de js-controller", + "it": "Aggiunto supporto per l'aggiornamento js-controller", + "es": "Añadido soporte para la actualización js-controller", + "pl": "Wsparcie dla js-kontrolerowskiej aktualizacji", + "uk": "Додано підтримку оновлення js-controller", + "zh-cn": "增加对控制下的警员更新的支助" + }, "6.4.4": { "en": "Added `imageSendTo` Control to JSONConfig\nAdded possibility to filter objects in selectID JSON component", "de": "Bild vergrößern SendeTo Control an JSONConfig\nMöglichkeit zum Filtern von Objekten in selectID JSON-Komponente", diff --git a/package.json b/package.json index d90b89c89..cd927a98b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.admin", "description": "The adapter opens a webserver for the ioBroker admin UI.", - "version": "6.5.0", + "version": "6.5.1", "contributors": [ "bluefox ", "apollon77", diff --git a/src/package.json b/src/package.json index 5e9ea1ffb..e69c62d9c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "src-rx", - "version": "6.5.0", + "version": "6.5.1", "private": true, "dependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6",