diff --git a/assistant_relay/CHANGELOG.md b/assistant_relay/CHANGELOG.md index 92deb5b..be56899 100755 --- a/assistant_relay/CHANGELOG.md +++ b/assistant_relay/CHANGELOG.md @@ -1,5 +1,7 @@ -## 0.7.1 -Temp fix for issue #9 Cannot destructure property `user` +## 0.7.2 +Update to Assistant Relay v3.1.3 + +- Fixed a bug that stopped /assistant from working (#9) ## 0.7 Upgrade to Assistant Relay v3.1.2 @@ -10,4 +12,6 @@ Changes in earlier versions, which is also new in this add-on: - Fixed a bug that stopped commands from working - Fixed a bug that prevented the configuration being saved -- Removed the need for the user to enter the server IP and port \ No newline at end of file +- Removed the need for the user to enter the server IP and port + + diff --git a/assistant_relay/config.json b/assistant_relay/config.json index 6ddb410..0392998 100755 --- a/assistant_relay/config.json +++ b/assistant_relay/config.json @@ -1,18 +1,18 @@ { "name": "Assistant Relay", - "version": "0.7.1", + "version": "0.7.2", "slug": "assistant_relay", "description": "Send (broadcast) commands to your Google Assistant via REST command", "arch": ["amd64", "armv7"], "startup": "before", "url": "https://github.com/Apipa169/Assistant-Relay-for-Hassio", "boot": "auto", - "webui":"http://[HOST]:[PORT:3000]", "options": { }, "schema": {}, "ports": { "3000/tcp": 3000 }, + "webui":"http://[HOST]:[PORT:3000]", "image": "apipa169/{arch}-hassio-assistant_relay" } \ No newline at end of file diff --git a/assistant_relay_beta/CHANGELOG.md b/assistant_relay_beta/CHANGELOG.md index 76c4e78..be56899 100755 --- a/assistant_relay_beta/CHANGELOG.md +++ b/assistant_relay_beta/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.7.2 +Update to Assistant Relay v3.1.3 + +- Fixed a bug that stopped /assistant from working (#9) + ## 0.7 Upgrade to Assistant Relay v3.1.2 @@ -7,4 +12,6 @@ Changes in earlier versions, which is also new in this add-on: - Fixed a bug that stopped commands from working - Fixed a bug that prevented the configuration being saved -- Removed the need for the user to enter the server IP and port \ No newline at end of file +- Removed the need for the user to enter the server IP and port + + diff --git a/assistant_relay_beta/config.json b/assistant_relay_beta/config.json index 09c07b3..139f1e4 100755 --- a/assistant_relay_beta/config.json +++ b/assistant_relay_beta/config.json @@ -1,6 +1,6 @@ { "name": "Assistant Relay BETA", - "version": "0.7", + "version": "0.7.2", "slug": "assistant_relay_beta", "description": "Send (broadcast) commands to your Google Assistant via REST command", "arch": ["amd64", "armv7"],