diff --git a/hyperion/CHANGELOG.md b/hyperion/CHANGELOG.md new file mode 100644 index 000000000..8bbc5e127 --- /dev/null +++ b/hyperion/CHANGELOG.md @@ -0,0 +1,3 @@ +## 0.2.0 + + - Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7) diff --git a/hyperion/build.json b/hyperion/build.json index ffdd1d247..431131b77 100644 --- a/hyperion/build.json +++ b/hyperion/build.json @@ -6,6 +6,6 @@ }, "squash": false, "args": { - "RELEASE": "2.0.0-alpha.6" + "RELEASE": "2.0.0-alpha.7" } } diff --git a/hyperion/config.json b/hyperion/config.json index 17b0ef9c7..69c2b5aa2 100644 --- a/hyperion/config.json +++ b/hyperion/config.json @@ -1,6 +1,6 @@ { "name": "hyperion", - "version": "0.1.0", + "version": "0.2.0", "slug": "hyperion", "legacy": false, "maintenance": { @@ -36,9 +36,7 @@ ], "webui": "http://[HOST]:[PORT:8090]", "boot": "auto", - "options": { - }, - "schema": { - }, + "options": {}, + "schema": {}, "image": "petersendev/hassio-hyperion-{arch}" -} \ No newline at end of file +}