From 1d1af64fd9b33235554c75a988cae3596535f85f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 19 Sep 2026 01:25:13 +0200 Subject: [PATCH] Updater bot : aurral updated to 2.9.1 (upstream 2.9.1) --- 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 db3d160121..0dda48fa92 100644 --- a/aurral/CHANGELOG.md +++ b/aurral/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.9.1 (2026-09-19) +- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) - Migrate legacy add-on configuration map names to current app configuration terminology. ## 2.8.0 (2026-09-05) diff --git a/aurral/config.yaml b/aurral/config.yaml index 48e0061fd9..09488da18f 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -1,5 +1,5 @@ name: Aurral -version: "2.8.0" +version: "2.9.1" slug: aurral description: >- Self-hosted music discovery, request management, flows, and playlist diff --git a/aurral/updater.json b/aurral/updater.json index 2298a8310c..355226a98e 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -1,9 +1,9 @@ { - "last_update": "2026-09-05", + "last_update": "2026-09-19", "repository": "alexbelgium/hassio-addons", "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "2.8.0", + "upstream_version": "2.9.1", "github_beta": false }