diff --git a/nzbget/CHANGELOG.md b/nzbget/CHANGELOG.md index 6e0d8ed0da..fac8f559b9 100644 --- a/nzbget/CHANGELOG.md +++ b/nzbget/CHANGELOG.md @@ -1,3 +1,7 @@ + +## v26.2.257 (2026-08-08) +- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) +- Upstream tag : v26.2-ls257 ## v26.2.256 (2026-08-01) - Version renamed from `v26.2-ls256`, which Home Assistant could not order and therefore could not reliably offer as an update: every number of the previous version is kept, as a section of its own. The addon itself and the upstream version it tracks are unchanged diff --git a/nzbget/config.yaml b/nzbget/config.yaml index ebe754cc28..5ed11a165f 100644 --- a/nzbget/config.yaml +++ b/nzbget/config.yaml @@ -104,4 +104,4 @@ schema: slug: nzbget udev: true url: https://github.com/alexbelgium/hassio-addons -version: "v26.2.256" +version: "v26.2.257" diff --git a/nzbget/updater.json b/nzbget/updater.json index 13b1f963cd..c43e149980 100644 --- a/nzbget/updater.json +++ b/nzbget/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "2026-08-01", + "last_update": "2026-08-08", "repository": "alexbelgium/hassio-addons", "slug": "nzbget", "source": "github", "upstream_repo": "linuxserver/docker-nzbget", - "upstream_version": "v26.2-ls256" + "upstream_version": "v26.2-ls257" }