diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 623159a7a..96c81ca88 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.7.2-ls90 (11-02-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 3.7.1-ls89 (04-02-2023) - Update to latest version from linuxserver/docker-sabnzbd - Initial release (latest builds) diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 8f5d10db3..a339b9e0b 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -81,6 +81,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.7.1-ls89-2", + "version": "3.7.2-ls90", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index b5d2347b9..3b4032a67 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "04-02-2023", + "last_update": "11-02-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "3.7.1-ls89" + "upstream_version": "3.7.2-ls90" }