diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 8a0e315a5..877f35525 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.15.22 (08-03-2025) +- Update to latest version from wiserain/flexget + ## 3.15.17 (01-03-2025) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index e950af351..5db4875c7 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -101,6 +101,6 @@ "slug": "flexget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.15.17", + "version": "3.15.22", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 6a0a2dce4..779a4e8db 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,9 +1,9 @@ { "dockerhub_list_size": "10", - "last_update": "01-03-2025", + "last_update": "08-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.15.17" + "upstream_version": "3.15.22" }