diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 86d23c394..cfe4d479c 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.7.2-ls101 (08-04-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 3.7.2-ls100 (31-03-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index f158702e9..1fa4ee5be 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.2-ls100", + "version": "3.7.2-ls101", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 765ba7248..2e2d79d86 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "31-03-2023", + "last_update": "08-04-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "3.7.2-ls100" + "upstream_version": "3.7.2-ls101" }