diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index a64cfd4c2..91e077aea 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.13.26 (01-02-2025) +- Update to latest version from wiserain/flexget + ## 3.13.23 (25-01-2025) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 31f53827d..b59ea4640 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -97,6 +97,6 @@ "slug": "flexget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.13.23", + "version": "3.13.26", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 1fc88ef95..7af722cb5 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,9 +1,9 @@ { "dockerhub_list_size": "10", - "last_update": "25-01-2025", + "last_update": "01-02-2025", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.13.23" + "upstream_version": "3.13.26" }