diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index c6b00fe79..bbb8f20ec 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.11.41 (20-07-2024) +- Update to latest version from wiserain/flexget + ## 3.11.40 (13-07-2024) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index ec497bc0c..71eafd22c 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -97,6 +97,6 @@ "slug": "flexget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.11.40", + "version": "3.11.41", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index 41b06dd26..6bd6edb52 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,9 +1,9 @@ { "dockerhub_list_size": "10", - "last_update": "13-07-2024", + "last_update": "20-07-2024", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.11.40" + "upstream_version": "3.11.41" }