diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index cc8d7bdf2..245a1a355 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.3.24 (13-08-2022) +- Update to latest version from wiserain/flexget + ## 3.3.22 (30-07-2022) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index c1e5ee445..20b7e0e08 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -36,6 +36,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.3.22", + "version": "3.3.24", "webui": "http://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 651f583fb..ac951cb8a 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "30-07-2022", + "last_update": "13-08-2022", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.3.22" + "upstream_version": "3.3.24" }