From 102e89af86ba5d9fc565b43a65208412047a17b0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Apr 2026 01:31:34 +0200 Subject: [PATCH] Updater bot : whoogle updated to 1.2.4 --- whoogle/CHANGELOG.md | 3 +++ whoogle/config.yaml | 2 +- whoogle/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index dff7e3982..5164f6b13 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.2.4 (2026-04-18) +- Update to latest version from benbusby/whoogle-search (changelog : https://github.com/benbusby/whoogle-search/releases) + ## 1.2.3 (2026-03-28) - Update to latest version from benbusby/whoogle-search (changelog : https://github.com/benbusby/whoogle-search/releases) diff --git a/whoogle/config.yaml b/whoogle/config.yaml index 499132de3..bf037d5f3 100644 --- a/whoogle/config.yaml +++ b/whoogle/config.yaml @@ -121,4 +121,4 @@ schema: slug: whoogle-search udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/whoogle -version: "1.2.3" +version: "1.2.4" diff --git a/whoogle/updater.json b/whoogle/updater.json index 7dd7e9be1..1b216a05a 100644 --- a/whoogle/updater.json +++ b/whoogle/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-03-28", + "last_update": "2026-04-18", "repository": "alexbelgium/hassio-addons", "slug": "whoogle", "source": "github", "upstream_repo": "benbusby/whoogle-search", - "upstream_version": "1.2.3" + "upstream_version": "1.2.4" }