diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index b1b3f8b3a..927ee1859 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.2-ls112 (17-06-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.2-ls111 (10-06-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 4b88967e7..14b84d563 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -93,6 +93,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.2-ls111", + "version": "4.0.2-ls112", "webui": "http://[HOST]:[PORT:8080]" -} \ No newline at end of file +} diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 9c383dc50..2045a352a 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "10-06-2023", + "last_update": "17-06-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.2-ls111" + "upstream_version": "4.0.2-ls112" }