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
This commit is contained in:
TVDLoewe
2020-03-30 16:23:55 +02:00
committed by GitHub
parent 52175c7944
commit 78c41f724f
3 changed files with 12 additions and 7 deletions

View File

@@ -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

View File

@@ -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"
}
}

View File

@@ -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",