mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user