diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index fa35c6a6b..adcef481f 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.16.0 (24-05-2025) +- Update to latest version from wiserain/flexget + ## 3.15.42 (17-05-2025) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 6b2b18cda..aca8d2b60 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.42", + "version": "3.16.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 6df158633..932278fe5 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,9 +1,9 @@ { "dockerhub_list_size": "10", - "last_update": "17-05-2025", + "last_update": "24-05-2025", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.15.42" + "upstream_version": "3.16.0" }