diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index c65fcedd3..6ad48e823 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.7.1 (27-01-2022) +- Update to latest version from benbusby/whoogle-search ## 0.7.1 (03-01-2022) - Breaking change diff --git a/whoogle/config.json b/whoogle/config.json index c1171b112..d91ed49af 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -1,17 +1,23 @@ { "name": "Whoogle Search Test", - "version": "0.7.1-2", + "version": "0.7.1", "slug": "whoogle-search", "description": "Self-hosted, ad-free, privacy-respecting metasearch engine", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", - "upstream": "0.7.0", + "upstream": "0.7.1", "webui": "http://[HOST]:[PORT:5000]", "devices": [], "environment": {}, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "options": { "TZ": "Europe/Amsterdam", "WHOOGLE_CONFIG_URL": "https://website.com",