diff --git a/librespeed/CHANGELOG.md b/librespeed/CHANGELOG.md index 07db5cc9c..29e6a8257 100644 --- a/librespeed/CHANGELOG.md +++ b/librespeed/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 5.5.0 (03-01-2026) +- Update to latest version from linuxserver/docker-librespeed (changelog : https://github.com/linuxserver/docker-librespeed/releases) - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. ## 5.4.1b (03-04-2025) diff --git a/librespeed/config.yaml b/librespeed/config.yaml index 4df7df737..5c56b8ec0 100644 --- a/librespeed/config.yaml +++ b/librespeed/config.yaml @@ -98,4 +98,4 @@ schema: TZ: str? slug: librespeed url: https://github.com/alexbelgium/hassio-addons -version: 5.4.1b +version: "5.5.0" diff --git a/librespeed/updater.json b/librespeed/updater.json index 74ea43e91..b81fd7377 100644 --- a/librespeed/updater.json +++ b/librespeed/updater.json @@ -1,8 +1,8 @@ { - "last_update": "02-04-2025", + "last_update": "03-01-2026", "repository": "alexbelgium/hassio-addons", "slug": "librespeed", "source": "github", "upstream_repo": "linuxserver/docker-librespeed", - "upstream_version": "5.4.1" + "upstream_version": "5.5.0" }