diff --git a/snips/CHANGELOG.md b/snips/CHANGELOG.md index 3f26834..68f272c 100644 --- a/snips/CHANGELOG.md +++ b/snips/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.3 +- Updated to latest snips 0.58.3 +- NOTE: This version requires an updated assistant from the Snips Console. + ## 3.2 - Added snips-asr-injections service to allow dynamic entity names diff --git a/snips/build.json b/snips/build.json index 87bf64b..fbd423a 100644 --- a/snips/build.json +++ b/snips/build.json @@ -1,6 +1,6 @@ { "build_from": { - "armhf": "snipsdocker/platform:arm-0.56.4", - "amd64": "snipsdocker/platform:x86-0.56.4" + "armhf": "snipsdocker/platform:arm-0.58.3", + "amd64": "snipsdocker/platform:x86-0.58.3" } } diff --git a/snips/config.json b/snips/config.json index a04fa3c..d712581 100644 --- a/snips/config.json +++ b/snips/config.json @@ -1,6 +1,6 @@ { "name": "Snips.AI", - "version": "3.2", + "version": "3.3", "slug": "snips", "description": "Local voice control platform", "url": "https://home-assistant.io/addons/snips/",