diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index 95f8fd08a..322371c90 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.1.0 (11-10-2025) +- Update to latest version from benbusby/whoogle-search (changelog : https://github.com/benbusby/whoogle-search/releases) ## 0.9.4-2 (30-09-2025) - Applied new homeassistant config logic, which will allow in the future all Mealie data to be backuped with the addon. All data (+ config) is moved to /addon_configs/db21ed7f_whoogle_search diff --git a/whoogle/config.json b/whoogle/config.json index 8e862ed04..67c2f5302 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -127,5 +127,5 @@ "slug": "whoogle-search", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "version": "0.9.4-2" + "version": "1.1.0" } diff --git a/whoogle/updater.json b/whoogle/updater.json index 678e10dbf..c4ad33233 100644 --- a/whoogle/updater.json +++ b/whoogle/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-09-2025", + "last_update": "11-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "whoogle", "source": "github", "upstream_repo": "benbusby/whoogle-search", - "upstream_version": "0.9.4" + "upstream_version": "1.1.0" }