diff --git a/assistant_relay/CHANGELOG.md b/assistant_relay/CHANGELOG.md index 35dd61b..31ff36c 100755 --- a/assistant_relay/CHANGELOG.md +++ b/assistant_relay/CHANGELOG.md @@ -1,10 +1,12 @@ -## 0.6.4 -Update to Assistant Relay v3.0.6 +## 0.6.5 +Update to Assistant Relay v3.1.0 Release Notes notes: -- Fixed a bug that set invalid date when clearing quiet hours times +- Fixed a bug that prevented the configuration being saved +- Removed the need for the user to enter the server IP and port -## 0.6.3 -This add-on is now using a new image. This makes the installation more stable and faster. +## 0.6.4 +Update to Assistant Relay v3.0.6 -It also updates Assistant Relay to version 3.0.5 \ No newline at end of file +Release Notes notes: +- Fixed a bug that set invalid date when clearing quiet hours times \ No newline at end of file diff --git a/assistant_relay/config.json b/assistant_relay/config.json index 4c49deb..44864ad 100755 --- a/assistant_relay/config.json +++ b/assistant_relay/config.json @@ -1,6 +1,6 @@ { "name": "Assistant Relay", - "version": "0.6.4", + "version": "0.6.5", "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 35dd61b..31ff36c 100755 --- a/assistant_relay_beta/CHANGELOG.md +++ b/assistant_relay_beta/CHANGELOG.md @@ -1,10 +1,12 @@ -## 0.6.4 -Update to Assistant Relay v3.0.6 +## 0.6.5 +Update to Assistant Relay v3.1.0 Release Notes notes: -- Fixed a bug that set invalid date when clearing quiet hours times +- Fixed a bug that prevented the configuration being saved +- Removed the need for the user to enter the server IP and port -## 0.6.3 -This add-on is now using a new image. This makes the installation more stable and faster. +## 0.6.4 +Update to Assistant Relay v3.0.6 -It also updates Assistant Relay to version 3.0.5 \ No newline at end of file +Release Notes notes: +- Fixed a bug that set invalid date when clearing quiet hours times \ No newline at end of file diff --git a/assistant_relay_beta/config.json b/assistant_relay_beta/config.json index 0f1879d..f47ed54 100755 --- a/assistant_relay_beta/config.json +++ b/assistant_relay_beta/config.json @@ -1,6 +1,6 @@ { "name": "Assistant Relay BETA", - "version": "0.6.4", + "version": "0.6.5", "slug": "assistant_relay_beta", "description": "Send (broadcast) commands to your Google Assistant via REST command", "arch": ["amd64", "armv7"],