From a18e24d99fe299b9445294640c7afecce472ac9b Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Sep 2026 01:25:13 +0200 Subject: [PATCH] Updater bot : aurral updated to 2.8.0 (upstream 2.8.0) --- aurral/CHANGELOG.md | 3 +++ aurral/config.yaml | 2 +- aurral/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/aurral/CHANGELOG.md b/aurral/CHANGELOG.md index 9aed39d3a0..4f06681eb3 100644 --- a/aurral/CHANGELOG.md +++ b/aurral/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.8.0 (2026-09-05) +- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) + ## 2.7.0 (2026-08-29) - Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) diff --git a/aurral/config.yaml b/aurral/config.yaml index 45943445d2..7f2f92168a 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -1,5 +1,5 @@ name: Aurral -version: "2.7.0" +version: "2.8.0" slug: aurral description: >- Self-hosted music discovery, request management, flows, and playlist diff --git a/aurral/updater.json b/aurral/updater.json index 1f518c2cb7..2298a8310c 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -1,9 +1,9 @@ { - "last_update": "2026-08-29", + "last_update": "2026-09-05", "repository": "alexbelgium/hassio-addons", "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "2.7.0", + "upstream_version": "2.8.0", "github_beta": false }