diff --git a/assistant_relay/CHANGELOG.md b/assistant_relay/CHANGELOG.md index 34a2065..76c4e78 100755 --- a/assistant_relay/CHANGELOG.md +++ b/assistant_relay/CHANGELOG.md @@ -1,17 +1,10 @@ -## 0.6.6 -Rollback to AR v3.0.5 +## 0.7 +Upgrade to Assistant Relay v3.1.2 -This solves the blank page during the set up. +- Fixed a bug that prevented OAuth from working -## 0.6.5 -Update to Assistant Relay v3.1.0 +Changes in earlier versions, which is also new in this add-on: -Release Notes notes: +- 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 - -## 0.6.4 -Update to Assistant Relay v3.0.6 - -Release Notes notes: -- Fixed a bug that set invalid date when clearing quiet hours times \ No newline at end of file +- Removed the need for the user to enter the server IP and port \ No newline at end of file diff --git a/assistant_relay/config.json b/assistant_relay/config.json index 2434ba2..7d66f6f 100755 --- a/assistant_relay/config.json +++ b/assistant_relay/config.json @@ -1,6 +1,6 @@ { "name": "Assistant Relay", - "version": "0.6.6", + "version": "0.7", "slug": "assistant_relay", "description": "Send (broadcast) commands to your Google Assistant via REST command", "arch": ["amd64", "armv7"], diff --git a/assistant_relay_beta/CHANGELOG.md b/assistant_relay_beta/CHANGELOG.md index 34a2065..76c4e78 100755 --- a/assistant_relay_beta/CHANGELOG.md +++ b/assistant_relay_beta/CHANGELOG.md @@ -1,17 +1,10 @@ -## 0.6.6 -Rollback to AR v3.0.5 +## 0.7 +Upgrade to Assistant Relay v3.1.2 -This solves the blank page during the set up. +- Fixed a bug that prevented OAuth from working -## 0.6.5 -Update to Assistant Relay v3.1.0 +Changes in earlier versions, which is also new in this add-on: -Release Notes notes: +- 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 - -## 0.6.4 -Update to Assistant Relay v3.0.6 - -Release Notes notes: -- Fixed a bug that set invalid date when clearing quiet hours times \ No newline at end of file +- Removed the need for the user to enter the server IP and port \ No newline at end of file diff --git a/assistant_relay_beta/config.json b/assistant_relay_beta/config.json index 123631f..09c07b3 100755 --- a/assistant_relay_beta/config.json +++ b/assistant_relay_beta/config.json @@ -1,6 +1,6 @@ { "name": "Assistant Relay BETA", - "version": "0.6.6", + "version": "0.7", "slug": "assistant_relay_beta", "description": "Send (broadcast) commands to your Google Assistant via REST command", "arch": ["amd64", "armv7"],