diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 3f6477c37..e7d862910 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.2.1 (06-01-2024) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.1.0 (30-09-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 0a4b54ca0..0edbc8972 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -98,6 +98,6 @@ "slug": "sabnzbd", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.1.0", + "version": "4.2.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 4004c33a4..9294ead00 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "30-09-2023", + "last_update": "06-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.1.0" + "upstream_version": "4.2.1" }