diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 00fcf3d58..14dd8da6b 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.2.3 (16-03-2024) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.2.2 (03-02-2024) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 43eca4432..eb7021def 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -105,6 +105,6 @@ "slug": "sabnzbd", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.2.2", + "version": "4.2.3", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 396550653..ddadc0b66 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "03-02-2024", + "last_update": "16-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.2.2" + "upstream_version": "4.2.3" }