diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index c3ead1aaa..ca268cced 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.5.25 (19-02-2023) +- Update to latest version from wiserain/flexget + ## 3.5.22 (11-02-2023) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 4a5e47938..d0e6270ef 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -38,6 +38,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.5.22", + "version": "3.5.25", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 6aab324cc..2b7c37c20 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-02-2023", + "last_update": "19-02-2023", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.5.22" + "upstream_version": "3.5.25" }