diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 5de07ad03..fd450a6fc 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.7.2 (27-05-2023) +- Update to latest version from wiserain/flexget + ## 3.7.0 (13-05-2023) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index cfa99de15..20ea91510 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -86,6 +86,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.7.0", + "version": "3.7.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index b57a4fa85..5c79d918d 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "13-05-2023", + "last_update": "27-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.7.0" + "upstream_version": "3.7.2" }