From 78c41f724f331a8bafbc4b941bee3d9462cb61a5 Mon Sep 17 00:00:00 2001 From: TVDLoewe Date: Mon, 30 Mar 2020 16:23:55 +0200 Subject: [PATCH] changed "GOOGLE_SDK_VERSION" back to version "0.5.0" (#1198) * changed "GOOGLE_SDK_VERSION" back to version "0.5.0" * Added information to CHANGELOG.md * corrected information in CHANGELOG.md --- google_assistant/CHANGELOG.md | 5 +++++ google_assistant/build.json | 12 ++++++------ google_assistant/config.json | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/google_assistant/CHANGELOG.md b/google_assistant/CHANGELOG.md index 424e370..e834933 100644 --- a/google_assistant/CHANGELOG.md +++ b/google_assistant/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.3.2 + +- Update Google Assistant SDK back to 0.5.1 +- Update Google Assistant Library back to 1.0.0 + ## 2.3.1 - Fix build armv7/armhf diff --git a/google_assistant/build.json b/google_assistant/build.json index 9d3d3a8..f39a42b 100644 --- a/google_assistant/build.json +++ b/google_assistant/build.json @@ -5,11 +5,11 @@ "amd64": "homeassistant/amd64-base-debian:buster" }, "args": { - "GOOGLE_GRPC_VERSION": "0.2.1", - "GOOGLE_LIBRARY_VERSION": "1.0.1", - "GOOGLE_SDK_VERSION": "0.5.1", - "GOOGLE_AUTH_VERSION": "1.11.2", - "REQUESTS_OAUTHLIB_VERSION": "1.3.0", - "CHERRYPY_VERSION": "18.5.0" + "GOOGLE_GRPC_VERSION": "0.2.0", + "GOOGLE_LIBRARY_VERSION": "1.0.0", + "GOOGLE_SDK_VERSION": "0.5.0", + "GOOGLE_AUTH_VERSION": "1.6.3", + "REQUESTS_OAUTHLIB_VERSION": "1.2.0", + "CHERRYPY_VERSION": "18.1.1" } } diff --git a/google_assistant/config.json b/google_assistant/config.json index e2c85be..b9e9d7f 100644 --- a/google_assistant/config.json +++ b/google_assistant/config.json @@ -1,6 +1,6 @@ { "name": "Google Assistant SDK", - "version": "2.3.1", + "version": "2.3.2", "slug": "google_assistant", "description": "A virtual personal assistant developed by Google", "url": "https://github.com/home-assistant/hassio-addons/tree/master/google_assistant",